Html Css Color HEX #599ECB Picton Blue

📋 copy color: '#599ECB'

red 89 ◦ green 158 ◦ blue 203

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

Shades of Picton Blue #599ECB

Tints of Picton Blue #599ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 19.78%
G = 35.11%
B = 45.11%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#599ECB (or 0x599ECB) is known color: Picton Blue. HEX triplet: 59, 9E and CB. RGB value is (89,158,203). Sum of RGB (Red+Green+Blue) = 89+158+203=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #599ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ECB is #A66134. Grayscale: #8E8E8E. Windows color (decimal): -10903861 or 13344345. OLE color: 13344345.

HSL color Cylindrical-coordinate representation of color #599ECB: hue angle of 203.68º degrees, saturation: 0.52, 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 #599ECB is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 158 203 -
CMYK 0.56 0.22 0 0.20
HSL 203.68º 0.52% 0.57% -
HSV(B) 203.68º 0.56% 0.8% -
XYZ 27.13 30.89 61.03 -
YUV 142.5 162.14 89.84 -
System Red Green Blue C M Y K H S L
Decimal 89 158 203 0.56 0.22 0 0.20 203.68 0.52 0.57
Hex 59 9E CB 38 16 0 14 CC 34 39
Octal 131 236 313 70 26 0 24 314 64 71
Binary 1011001 10011110 11001011 111000 10110 0 10100 11001100 110100 111001

Color Harmonies of #599ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599ECB

Black with #599ECB

Text Example


Text Example

White with #599ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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