Html Css Color HEX #599EAC Cadet Blue

📋 copy color: '#599EAC'

red 89 ◦ green 158 ◦ blue 172

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

Shades of Cadet Blue #599EAC

Tints of Cadet Blue #599EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.71%

 BLUE value IS 172 (67.58% from 255) = 41.05%

R = 21.24%
G = 37.71%
B = 41.05%

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

#599EAC (or 0x599EAC) is known color: Cadet Blue. HEX triplet: 59, 9E and AC. RGB value is (89,158,172). Sum of RGB (Red+Green+Blue) = 89+158+172=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #599EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599EAC is #A66153. Grayscale: #8A8A8A. Windows color (decimal): -10903892 or 11312729. OLE color: 11312729.

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

Color convert

RGB 89 158 172 -
CMYK 0.48 0.08 0 0.33
HSL 190.12º 0.33% 0.51% -
HSV(B) 190.12º 0.48% 0.67% -
XYZ 23.79 29.56 43.48 -
YUV 138.97 146.64 92.36 -
System Red Green Blue C M Y K H S L
Decimal 89 158 172 0.48 0.08 0 0.33 190.12 0.33 0.51
Hex 59 9E AC 30 8 0 21 BE 21 33
Octal 131 236 254 60 10 0 41 276 41 63
Binary 1011001 10011110 10101100 110000 1000 0 100001 10111110 100001 110011

Color Harmonies of #599EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599EAC

Black with #599EAC

Text Example


Text Example

White with #599EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,158,172); }

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

background-color css

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

 a { background-color: rgb(89,158,172); }

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

border-color css

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

 span { border-color: rgb(89,158,172); }

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