Html Css Color HEX #599BA9 Cadet Blue

📋 copy color: '#599BA9'

red 89 ◦ green 155 ◦ blue 169

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

Shades of Cadet Blue #599BA9

Tints of Cadet Blue #599BA9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.53%

 BLUE value IS 169 (66.41% from 255) = 40.92%

R = 21.55%
G = 37.53%
B = 40.92%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#599BA9 (or 0x599BA9) is known color: Cadet Blue. HEX triplet: 59, 9B and A9. RGB value is (89,155,169). Sum of RGB (Red+Green+Blue) = 89+155+169=413 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.55% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 169 - color contains mainly: blue. Hex color #599BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599BA9 is #A66456. Grayscale: #888888. Windows color (decimal): -10904663 or 11115353. OLE color: 11115353.

HSL color Cylindrical-coordinate representation of color #599BA9: hue angle of 190.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #599BA9 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 89 155 169 -
CMYK 0.47 0.08 0 0.34
HSL 190.5º 0.32% 0.51% -
HSV(B) 190.5º 0.47% 0.66% -
XYZ 23 28.43 41.81 -
YUV 136.86 146.13 93.86 -
System Red Green Blue C M Y K H S L
Decimal 89 155 169 0.47 0.08 0 0.34 190.5 0.32 0.51
Hex 59 9B A9 2F 8 0 22 BE 20 33
Octal 131 233 251 57 10 0 42 276 40 63
Binary 1011001 10011011 10101001 101111 1000 0 100010 10111110 100000 110011

Color Harmonies of #599BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599BA9

Black with #599BA9

Text Example


Text Example

White with #599BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,155,169); }

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

background-color css

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

 a { background-color: rgb(89,155,169); }

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

border-color css

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

 span { border-color: rgb(89,155,169); }

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