#599CD2

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

Shades of Picton Blue #599CD2

Tints of Picton Blue #599CD2

Color information

#599CD2 (or 0x599CD2) is unknown color: approx Picton Blue. HEX triplet: 59, 9C and D2. RGB value is (89,156,210). Sum of RGB (Red+Green+Blue) = 89+156+210=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 210 (82.42% from 255 or 46.15% from 455); Max value from RGB is 210 - color contains mainly: blue. Hex color #599CD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CD2 is #A6632D. Grayscale: #8D8D8D. Windows color (decimal): -10904366 or 13802585. OLE color: 13802585.

HSL color Cylindrical-coordinate representation of color #599CD2: hue angle of 206.78º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #599CD2 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB89156210-
CMYK0.580.2600.18
HSL206.78º57.35%58.63%-
HSV(B)206.78º57.62%82.35%-
XYZ27.6430.5565.41-
YUV142.12166.390.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.56%
GREEN value IS 156 (61.33% from 255) = 34.29%
BLUE value IS 210 (82.42% from 255) = 46.15%
R=19.56%
G=34.29%
B=46.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal891562100.580.2600.18206.7857.3558.63
Hex599CD23A1A012cf393b
Octal13123432272320223177173
Binary101100110011100110100101110101101001001011001111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,156,210); }

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

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

 a { background-color: rgb(89,156,210); }

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

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

 span { border-color: rgb(89,156,210); }

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