Html Css Color HEX #599ECC Picton Blue

📋 copy color: '#599ECC'

red 89 ◦ green 158 ◦ blue 204

#599ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #599ECC

Tints of Picton Blue #599ECC

RGB

 RED value IS 89 (35.16% from 255) = 19.73%

 GREEN value IS 158 (62.11% from 255) = 35.03%

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 19.73%
G = 35.03%
B = 45.23%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#599ECC (or 0x599ECC) is known color: Picton Blue. HEX triplet: 59, 9E and CC. RGB value is (89,158,204). Sum of RGB (Red+Green+Blue) = 89+158+204=451 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.73% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #599ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ECC is #A66133. Grayscale: #8E8E8E. Windows color (decimal): -10903860 or 13409881. OLE color: 13409881.

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

Color convert

RGB 89 158 204 -
CMYK 0.56 0.23 0 0.2
HSL 204º 0.53% 0.57% -
HSV(B) 204º 0.56% 0.8% -
XYZ 27.25 30.94 61.66 -
YUV 142.61 162.64 89.76 -
System Red Green Blue C M Y K H S L
Decimal 89 158 204 0.56 0.23 0 0.2 204 0.53 0.57
Hex 59 9E CC 38 17 0 14 CC 35 39
Octal 131 236 314 70 27 0 24 314 65 71
Binary 1011001 10011110 11001100 111000 10111 0 10100 11001100 110101 111001

Color Harmonies of #599ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599ECC

Black with #599ECC

Text Example


Text Example

White with #599ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #599ECC;
 }
 .AnyTagClassName
 {
   color: #599ECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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