Shades of Cadet Blue #5D9B99
Tints of Cadet Blue #5D9B99
RGB
CMYK
RGB Variations
Color information
#5D9B99 (or 0x5D9B99) is known color: Cadet Blue. HEX triplet: 5D, 9B and 99. RGB value is (93,155,153). Sum of RGB (Red+Green+Blue) = 93+155+153=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 155 - color contains mainly: green. Hex color #5D9B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9B99 is #A26466. Grayscale: #888888. Windows color (decimal): -10642535 or 10066781. OLE color: 10066781.
HSL color Cylindrical-coordinate representation of color #5D9B99: hue angle of 178.06º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D9B99 is Cyan = 0.4, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 155 | 153 | - |
| CMYK | 0.4 | 0 | 0.01 | 0.39 |
| HSL | 178.06º | 0.25% | 0.49% | - |
| HSV(B) | 178.06º | 0.4% | 0.61% | - |
| XYZ | 21.99 | 28.07 | 34.4 | - |
| YUV | 136.23 | 137.46 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 155 | 153 | 0.4 | 0 | 0.01 | 0.39 | 178.06 | 0.25 | 0.49 |
| Hex | 5D | 9B | 99 | 28 | 0 | 1 | 27 | B2 | 19 | 31 |
| Octal | 135 | 233 | 231 | 50 | 0 | 1 | 47 | 262 | 31 | 61 |
| Binary | 1011101 | 10011011 | 10011001 | 101000 | 0 | 1 | 100111 | 10110010 | 11001 | 110001 |
Color Harmonies of #5D9B99
Complementary color
Monochromatic Colors of #5D9B99
Black with #5D9B99
Text Example
Text Example
White with #5D9B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9B99; }
p { color: rgb(93,155,153); }
H1.HeaderClassName
{
color: #5D9B99;
}
.AnyTagClassName
{
color: #5D9B99;
}
</style>
background-color css
<style>
a { background-color: #5D9B99; }
a { background-color: rgb(93,155,153); }
div.DivClassName
{
background-color: #5D9B99;
}
.BgClassName
{
background-color: #5D9B99;
}
</style>
border-color css
<style>
span { border-color: #5D9B99; }
span { border-color: rgb(93,155,153); }
td.TdClassName
{
border-color: #5D9B99;
}
.TagClassName
{
border-color: #5D9B99;
}
</style>