Html Css Color HEX #599CAA Cadet Blue

📋 copy color: '#599CAA'

red 89 ◦ green 156 ◦ blue 170

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

Shades of Cadet Blue #599CAA

Tints of Cadet Blue #599CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.59%

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 21.45%
G = 37.59%
B = 40.96%

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

#599CAA (or 0x599CAA) is known color: Cadet Blue. HEX triplet: 59, 9C and AA. RGB value is (89,156,170). Sum of RGB (Red+Green+Blue) = 89+156+170=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #599CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599CAA is #A66355. Grayscale: #898989. Windows color (decimal): -10904406 or 11181145. OLE color: 11181145.

HSL color Cylindrical-coordinate representation of color #599CAA: hue angle of 190.37º degrees, saturation: 0.32, 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 #599CAA is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 156 170 -
CMYK 0.48 0.08 0 0.33
HSL 190.37º 0.32% 0.51% -
HSV(B) 190.37º 0.48% 0.67% -
XYZ 23.26 28.8 42.36 -
YUV 137.56 146.3 93.36 -
System Red Green Blue C M Y K H S L
Decimal 89 156 170 0.48 0.08 0 0.33 190.37 0.32 0.51
Hex 59 9C AA 30 8 0 21 BE 20 33
Octal 131 234 252 60 10 0 41 276 40 63
Binary 1011001 10011100 10101010 110000 1000 0 100001 10111110 100000 110011

Color Harmonies of #599CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599CAA

Black with #599CAA

Text Example


Text Example

White with #599CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,156,170); }

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

background-color css

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

 a { background-color: rgb(89,156,170); }

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

border-color css

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

 span { border-color: rgb(89,156,170); }

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