Shades of Cadet Blue #599C9D
Tints of Cadet Blue #599C9D
RGB
CMYK
RGB Variations
Color information
#599C9D (or 0x599C9D) is known color: Cadet Blue. HEX triplet: 59, 9C and 9D. RGB value is (89,156,157). Sum of RGB (Red+Green+Blue) = 89+156+157=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #599C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599C9D is #A66362. Grayscale: #888888. Windows color (decimal): -10904419 or 10329177. OLE color: 10329177.
HSL color Cylindrical-coordinate representation of color #599C9D: hue angle of 180.88º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599C9D is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 156 | 157 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.38 |
| HSL | 180.88º | 0.28% | 0.48% | - |
| HSV(B) | 180.88º | 0.43% | 0.62% | - |
| XYZ | 22.09 | 28.34 | 36.2 | - |
| YUV | 136.08 | 139.8 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 157 | 0.43 | 0.01 | 0 | 0.38 | 180.88 | 0.28 | 0.48 |
| Hex | 59 | 9C | 9D | 2B | 1 | 0 | 26 | B5 | 1C | 30 |
| Octal | 131 | 234 | 235 | 53 | 1 | 0 | 46 | 265 | 34 | 60 |
| Binary | 1011001 | 10011100 | 10011101 | 101011 | 1 | 0 | 100110 | 10110101 | 11100 | 110000 |
Color Harmonies of #599C9D
Complementary color
Monochromatic Colors of #599C9D
Black with #599C9D
Text Example
Text Example
White with #599C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599C9D; }
p { color: rgb(89,156,157); }
H1.HeaderClassName
{
color: #599C9D;
}
.AnyTagClassName
{
color: #599C9D;
}
</style>
background-color css
<style>
a { background-color: #599C9D; }
a { background-color: rgb(89,156,157); }
div.DivClassName
{
background-color: #599C9D;
}
.BgClassName
{
background-color: #599C9D;
}
</style>
border-color css
<style>
span { border-color: #599C9D; }
span { border-color: rgb(89,156,157); }
td.TdClassName
{
border-color: #599C9D;
}
.TagClassName
{
border-color: #599C9D;
}
</style>