Shades of Cadet Blue #599B93
Tints of Cadet Blue #599B93
RGB
CMYK
RGB Variations
Color information
#599B93 (or 0x599B93) is known color: Cadet Blue. HEX triplet: 59, 9B and 93. RGB value is (89,155,147). Sum of RGB (Red+Green+Blue) = 89+155+147=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 155 - color contains mainly: green. Hex color #599B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599B93 is #A6646C. Grayscale: #868686. Windows color (decimal): -10904685 or 9673561. OLE color: 9673561.
HSL color Cylindrical-coordinate representation of color #599B93: hue angle of 172.73º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599B93 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 155 | 147 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.39 |
| HSL | 172.73º | 0.27% | 0.48% | - |
| HSV(B) | 172.73º | 0.43% | 0.61% | - |
| XYZ | 21.11 | 27.67 | 31.83 | - |
| YUV | 134.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 155 | 147 | 0.43 | 0 | 0.05 | 0.39 | 172.73 | 0.27 | 0.48 |
| Hex | 59 | 9B | 93 | 2B | 0 | 5 | 27 | AD | 1B | 30 |
| Octal | 131 | 233 | 223 | 53 | 0 | 5 | 47 | 255 | 33 | 60 |
| Binary | 1011001 | 10011011 | 10010011 | 101011 | 0 | 101 | 100111 | 10101101 | 11011 | 110000 |
Color Harmonies of #599B93
Complementary color
Monochromatic Colors of #599B93
Black with #599B93
Text Example
Text Example
White with #599B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599B93; }
p { color: rgb(89,155,147); }
H1.HeaderClassName
{
color: #599B93;
}
.AnyTagClassName
{
color: #599B93;
}
</style>
background-color css
<style>
a { background-color: #599B93; }
a { background-color: rgb(89,155,147); }
div.DivClassName
{
background-color: #599B93;
}
.BgClassName
{
background-color: #599B93;
}
</style>
border-color css
<style>
span { border-color: #599B93; }
span { border-color: rgb(89,155,147); }
td.TdClassName
{
border-color: #599B93;
}
.TagClassName
{
border-color: #599B93;
}
</style>