#599ECD

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

Shades of Picton Blue #599ECD

Tints of Picton Blue #599ECD

Color information

#599ECD (or 0x599ECD) is unknown color: approx Picton Blue. HEX triplet: 59, 9E and CD. RGB value is (89,158,205). Sum of RGB (Red+Green+Blue) = 89+158+205=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #599ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ECD is #A66132. Grayscale: #8E8E8E. Windows color (decimal): -10903859 or 13475417. OLE color: 13475417.

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

Color convert

RGB89158205-
CMYK0.570.2300.20
HSL204.31º53.7%57.65%-
HSV(B)204.31º56.59%80.39%-
XYZ27.3730.9962.3-
YUV142.73163.1489.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.69%
GREEN value IS 158 (62.11% from 255) = 34.96%
BLUE value IS 205 (80.47% from 255) = 45.35%
R=19.69%
G=34.96%
B=45.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal891582050.570.2300.20204.3153.757.65
Hex599ECD3917014cc363a
Octal13123631571270243146672
Binary101100110011110110011011110011011101010011001100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599ECD; }

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

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

<style>
 a { background-color: #599ECD; }

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

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

<style>
 span { border-color: #599ECD; }

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

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