#509ecd

Color #509ECD Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #509ECD

Tints of Picton Blue #509ECD

Color information

#509ECD (or 0x509ECD) is unknown color: approx Picton Blue. HEX triplet: 50, 9E and CD. RGB value is (80,158,205). Sum of RGB (Red+Green+Blue) = 80+158+205=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #509ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ECD is #AF6132. Grayscale: #8B8B8B. Windows color (decimal): -11493683 or 13475408. OLE color: 13475408.

HSL color Cylindrical-coordinate representation of color #509ECD: hue angle of 202.56º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #509ECD is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB80158205-
CMYK0.610.2300.20
HSL202.56º55.56%55.88%-
HSV(B)202.56º60.98%80.39%-
XYZ26.5530.5762.26-
YUV140.04164.6685.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 18.06%
GREEN value IS 158 (62.11% from 255) = 35.67%
BLUE value IS 205 (80.47% from 255) = 46.28%
R=18.06%
G=35.67%
B=46.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal801582050.610.2300.20202.5655.5655.88
Hex509ECD3D17014cb3838
Octal12023631575270243137070
Binary101000010011110110011011111011011101010011001011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509ecd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509ecd; }

 p { color: rgb(80,158,205); }

 H1.HeaderClassName
 {
   color: #509ecd;
 }
 .AnyTagClassName
 {
   color: #509ecd;
 }
</style>
background-color css

<style>
 a { background-color: #509ecd; }

 a { background-color: rgb(80,158,205); }

 div.DivClassName
 {
   background-color: #509ecd;
 }
 .BgClassName
 {
   background-color: #509ecd;
 }
</style>
border-color css

<style>
 span { border-color: #509ecd; }

 span { border-color: rgb(80,158,205); }

 td.TdClassName
 {
   border-color: #509ecd;
 }
 .TagClassName
 {
   border-color: #509ecd;
 }
</style>