Html Css Color HEX #599FCC Picton Blue

📋 copy color: '#599FCC'

red 89 ◦ green 159 ◦ blue 204

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

Shades of Picton Blue #599FCC

Tints of Picton Blue #599FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.18%

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

R = 19.69%
G = 35.18%
B = 45.13%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#599FCC (or 0x599FCC) is known color: Picton Blue. HEX triplet: 59, 9F and CC. RGB value is (89,159,204). Sum of RGB (Red+Green+Blue) = 89+159+204=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #599FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FCC is #A66033. Grayscale: #8E8E8E. Windows color (decimal): -10903604 or 13410137. OLE color: 13410137.

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

Color convert

RGB 89 159 204 -
CMYK 0.56 0.22 0 0.2
HSL 203.48º 0.53% 0.57% -
HSV(B) 203.48º 0.56% 0.8% -
XYZ 27.42 31.28 61.72 -
YUV 143.2 162.31 89.34 -
System Red Green Blue C M Y K H S L
Decimal 89 159 204 0.56 0.22 0 0.2 203.48 0.53 0.57
Hex 59 9F CC 38 16 0 14 CB 35 39
Octal 131 237 314 70 26 0 24 313 65 71
Binary 1011001 10011111 11001100 111000 10110 0 10100 11001011 110101 111001

Color Harmonies of #599FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599FCC

Black with #599FCC

Text Example


Text Example

White with #599FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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