Html Css Color HEX #599DAB Cadet Blue

📋 copy color: '#599DAB'

red 89 ◦ green 157 ◦ blue 171

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

Shades of Cadet Blue #599DAB

Tints of Cadet Blue #599DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.01%

R = 21.34%
G = 37.65%
B = 41.01%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#599DAB (or 0x599DAB) is known color: Cadet Blue. HEX triplet: 59, 9D and AB. RGB value is (89,157,171). Sum of RGB (Red+Green+Blue) = 89+157+171=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #599DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599DAB is #A66254. Grayscale: #8A8A8A. Windows color (decimal): -10904149 or 11246937. OLE color: 11246937.

HSL color Cylindrical-coordinate representation of color #599DAB: hue angle of 190.24º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #599DAB is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 157 171 -
CMYK 0.48 0.08 0 0.33
HSL 190.24º 0.33% 0.51% -
HSV(B) 190.24º 0.48% 0.67% -
XYZ 23.53 29.18 42.92 -
YUV 138.26 146.47 92.86 -
System Red Green Blue C M Y K H S L
Decimal 89 157 171 0.48 0.08 0 0.33 190.24 0.33 0.51
Hex 59 9D AB 30 8 0 21 BE 21 33
Octal 131 235 253 60 10 0 41 276 41 63
Binary 1011001 10011101 10101011 110000 1000 0 100001 10111110 100001 110011

Color Harmonies of #599DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599DAB

Black with #599DAB

Text Example


Text Example

White with #599DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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