Html Css Color HEX #599DC9 Picton Blue

📋 copy color: '#599DC9'

red 89 ◦ green 157 ◦ blue 201

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

Shades of Picton Blue #599DC9

Tints of Picton Blue #599DC9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.12%

 BLUE value IS 201 (78.91% from 255) = 44.97%

R = 19.91%
G = 35.12%
B = 44.97%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#599DC9 (or 0x599DC9) is known color: Picton Blue. HEX triplet: 59, 9D and C9. RGB value is (89,157,201). Sum of RGB (Red+Green+Blue) = 89+157+201=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #599DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DC9 is #A66236. Grayscale: #8D8D8D. Windows color (decimal): -10904119 or 13213017. OLE color: 13213017.

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

Color convert

RGB 89 157 201 -
CMYK 0.56 0.22 0 0.21
HSL 203.57º 0.51% 0.57% -
HSV(B) 203.57º 0.56% 0.79% -
XYZ 26.72 30.45 59.73 -
YUV 141.68 161.47 90.42 -
System Red Green Blue C M Y K H S L
Decimal 89 157 201 0.56 0.22 0 0.21 203.57 0.51 0.57
Hex 59 9D C9 38 16 0 15 CC 33 39
Octal 131 235 311 70 26 0 25 314 63 71
Binary 1011001 10011101 11001001 111000 10110 0 10101 11001100 110011 111001

Color Harmonies of #599DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599DC9

Black with #599DC9

Text Example


Text Example

White with #599DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,157,201); }

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

background-color css

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

 a { background-color: rgb(89,157,201); }

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

border-color css

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

 span { border-color: rgb(89,157,201); }

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