Html Css Color HEX #599E99 Cadet Blue

📋 copy color: '#599E99'

red 89 ◦ green 158 ◦ blue 153

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

Shades of Cadet Blue #599E99

Tints of Cadet Blue #599E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.25%

R = 22.25%
G = 39.5%
B = 38.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#599E99 (or 0x599E99) is known color: Cadet Blue. HEX triplet: 59, 9E and 99. RGB value is (89,158,153). Sum of RGB (Red+Green+Blue) = 89+158+153=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 158 - color contains mainly: green. Hex color #599E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599E99 is #A66166. Grayscale: #888888. Windows color (decimal): -10903911 or 10067545. OLE color: 10067545.

HSL color Cylindrical-coordinate representation of color #599E99: hue angle of 175.65º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599E99 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 158 153 -
CMYK 0.44 0 0.03 0.38
HSL 175.65º 0.28% 0.48% -
HSV(B) 175.65º 0.44% 0.62% -
XYZ 22.1 28.88 34.55 -
YUV 136.8 137.14 93.91 -
System Red Green Blue C M Y K H S L
Decimal 89 158 153 0.44 0 0.03 0.38 175.65 0.28 0.48
Hex 59 9E 99 2C 0 3 26 B0 1C 30
Octal 131 236 231 54 0 3 46 260 34 60
Binary 1011001 10011110 10011001 101100 0 11 100110 10110000 11100 110000

Color Harmonies of #599E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599E99

Black with #599E99

Text Example


Text Example

White with #599E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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