#599FCA

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

Shades of Picton Blue #599FCA

Tints of Picton Blue #599FCA

Color information

#599FCA (or 0x599FCA) is unknown color: approx Picton Blue. HEX triplet: 59, 9F and CA. RGB value is (89,159,202). Sum of RGB (Red+Green+Blue) = 89+159+202=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #599FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FCA is #A66035. Grayscale: #8E8E8E. Windows color (decimal): -10903606 or 13279065. OLE color: 13279065.

HSL color Cylindrical-coordinate representation of color #599FCA: hue angle of 202.83º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #599FCA is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB89159202-
CMYK0.560.2100.21
HSL202.83º51.6%57.06%-
HSV(B)202.83º55.94%79.22%-
XYZ27.1831.1860.46-
YUV142.97161.3189.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.78%
GREEN value IS 159 (62.5% from 255) = 35.33%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=19.78%
G=35.33%
B=44.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal891592020.560.2100.21202.8351.657.06
Hex599FCA3815015cb3439
Octal13123731270250253136471
Binary101100110011111110010101110001010101010111001011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,159,202); }

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

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

 a { background-color: rgb(89,159,202); }

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

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

 span { border-color: rgb(89,159,202); }

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