Shades of Cadet Blue #599D92
Tints of Cadet Blue #599D92
RGB
CMYK
RGB Variations
Color information
#599D92 (or 0x599D92) is known color: Cadet Blue. HEX triplet: 59, 9D and 92. RGB value is (89,157,146). Sum of RGB (Red+Green+Blue) = 89+157+146=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 157 - color contains mainly: green. Hex color #599D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599D92 is #A6626D. Grayscale: #878787. Windows color (decimal): -10904174 or 9608537. OLE color: 9608537.
HSL color Cylindrical-coordinate representation of color #599D92: hue angle of 170.29º 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 #599D92 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 146 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.38 |
| HSL | 170.29º | 0.28% | 0.48% | - |
| HSV(B) | 170.29º | 0.43% | 0.62% | - |
| XYZ | 21.37 | 28.31 | 31.53 | - |
| YUV | 135.41 | 133.97 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 146 | 0.43 | 0 | 0.07 | 0.38 | 170.29 | 0.28 | 0.48 |
| Hex | 59 | 9D | 92 | 2B | 0 | 7 | 26 | AA | 1C | 30 |
| Octal | 131 | 235 | 222 | 53 | 0 | 7 | 46 | 252 | 34 | 60 |
| Binary | 1011001 | 10011101 | 10010010 | 101011 | 0 | 111 | 100110 | 10101010 | 11100 | 110000 |
Color Harmonies of #599D92
Complementary color
Monochromatic Colors of #599D92
Black with #599D92
Text Example
Text Example
White with #599D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D92; }
p { color: rgb(89,157,146); }
H1.HeaderClassName
{
color: #599D92;
}
.AnyTagClassName
{
color: #599D92;
}
</style>
background-color css
<style>
a { background-color: #599D92; }
a { background-color: rgb(89,157,146); }
div.DivClassName
{
background-color: #599D92;
}
.BgClassName
{
background-color: #599D92;
}
</style>
border-color css
<style>
span { border-color: #599D92; }
span { border-color: rgb(89,157,146); }
td.TdClassName
{
border-color: #599D92;
}
.TagClassName
{
border-color: #599D92;
}
</style>