Html Css Color HEX #599FAA Cadet Blue

📋 copy color: '#599FAA'

red 89 ◦ green 159 ◦ blue 170

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

Shades of Cadet Blue #599FAA

Tints of Cadet Blue #599FAA

RGB

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

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

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

R = 21.29%
G = 38.04%
B = 40.67%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#599FAA (or 0x599FAA) is known color: Cadet Blue. HEX triplet: 59, 9F and AA. RGB value is (89,159,170). Sum of RGB (Red+Green+Blue) = 89+159+170=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #599FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599FAA is #A66055. Grayscale: #8B8B8B. Windows color (decimal): -10903638 or 11181913. OLE color: 11181913.

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

Color convert

RGB 89 159 170 -
CMYK 0.48 0.06 0 0.33
HSL 188.15º 0.32% 0.51% -
HSV(B) 188.15º 0.48% 0.67% -
XYZ 23.77 29.82 42.53 -
YUV 139.32 145.31 92.11 -
System Red Green Blue C M Y K H S L
Decimal 89 159 170 0.48 0.06 0 0.33 188.15 0.32 0.51
Hex 59 9F AA 30 6 0 21 BC 20 33
Octal 131 237 252 60 6 0 41 274 40 63
Binary 1011001 10011111 10101010 110000 110 0 100001 10111100 100000 110011

Color Harmonies of #599FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599FAA

Black with #599FAA

Text Example


Text Example

White with #599FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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