Html Css Color HEX #599DA8 Cadet Blue

📋 copy color: '#599DA8'

red 89 ◦ green 157 ◦ blue 168

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

Shades of Cadet Blue #599DA8

Tints of Cadet Blue #599DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.58%

R = 21.5%
G = 37.92%
B = 40.58%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#599DA8 (or 0x599DA8) is known color: Cadet Blue. HEX triplet: 59, 9D and A8. RGB value is (89,157,168). Sum of RGB (Red+Green+Blue) = 89+157+168=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 168 - color contains mainly: blue. Hex color #599DA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599DA8 is #A66257. Grayscale: #898989. Windows color (decimal): -10904152 or 11050329. OLE color: 11050329.

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

Color convert

RGB 89 157 168 -
CMYK 0.47 0.07 0 0.34
HSL 188.35º 0.31% 0.5% -
HSV(B) 188.35º 0.47% 0.66% -
XYZ 23.24 29.06 41.43 -
YUV 137.92 144.97 93.11 -
System Red Green Blue C M Y K H S L
Decimal 89 157 168 0.47 0.07 0 0.34 188.35 0.31 0.5
Hex 59 9D A8 2F 7 0 22 BC 1F 32
Octal 131 235 250 57 7 0 42 274 37 62
Binary 1011001 10011101 10101000 101111 111 0 100010 10111100 11111 110010

Color Harmonies of #599DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599DA8

Black with #599DA8

Text Example


Text Example

White with #599DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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