Html Css Color HEX #599A97 Cadet Blue

📋 copy color: '#599A97'

red 89 ◦ green 154 ◦ blue 151

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

Shades of Cadet Blue #599A97

Tints of Cadet Blue #599A97

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.09%

 BLUE value IS 151 (59.38% from 255) = 38.32%

R = 22.59%
G = 39.09%
B = 38.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#599A97 (or 0x599A97) is known color: Cadet Blue. HEX triplet: 59, 9A and 97. RGB value is (89,154,151). Sum of RGB (Red+Green+Blue) = 89+154+151=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 154 - color contains mainly: green. Hex color #599A97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599A97 is #A66568. Grayscale: #868686. Windows color (decimal): -10904937 or 9935449. OLE color: 9935449.

HSL color Cylindrical-coordinate representation of color #599A97: hue angle of 177.23º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #599A97 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 154 151 -
CMYK 0.42 0 0.02 0.40
HSL 177.23º 0.27% 0.48% -
HSV(B) 177.23º 0.42% 0.6% -
XYZ 21.26 27.47 33.46 -
YUV 134.22 137.47 95.74 -
System Red Green Blue C M Y K H S L
Decimal 89 154 151 0.42 0 0.02 0.40 177.23 0.27 0.48
Hex 59 9A 97 2A 0 2 28 B1 1B 30
Octal 131 232 227 52 0 2 50 261 33 60
Binary 1011001 10011010 10010111 101010 0 10 101000 10110001 11011 110000

Color Harmonies of #599A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599A97

Black with #599A97

Text Example


Text Example

White with #599A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,154,151); }

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

background-color css

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

 a { background-color: rgb(89,154,151); }

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

border-color css

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

 span { border-color: rgb(89,154,151); }

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