Shades of Cadet Blue #5D9796
Tints of Cadet Blue #5D9796
RGB
CMYK
RGB Variations
Color information
#5D9796 (or 0x5D9796) is known color: Cadet Blue. HEX triplet: 5D, 97 and 96. RGB value is (93,151,150). Sum of RGB (Red+Green+Blue) = 93+151+150=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #5D9796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9796 is #A26869. Grayscale: #858585. Windows color (decimal): -10643562 or 9869149. OLE color: 9869149.
HSL color Cylindrical-coordinate representation of color #5D9796: hue angle of 178.97º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D9796 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 151 | 150 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.41 |
| HSL | 178.97º | 0.24% | 0.48% | - |
| HSV(B) | 178.97º | 0.38% | 0.59% | - |
| XYZ | 21.09 | 26.66 | 32.89 | - |
| YUV | 133.54 | 137.28 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 151 | 150 | 0.38 | 0 | 0.01 | 0.41 | 178.97 | 0.24 | 0.48 |
| Hex | 5D | 97 | 96 | 26 | 0 | 1 | 29 | B3 | 18 | 30 |
| Octal | 135 | 227 | 226 | 46 | 0 | 1 | 51 | 263 | 30 | 60 |
| Binary | 1011101 | 10010111 | 10010110 | 100110 | 0 | 1 | 101001 | 10110011 | 11000 | 110000 |
Color Harmonies of #5D9796
Complementary color
Monochromatic Colors of #5D9796
Black with #5D9796
Text Example
Text Example
White with #5D9796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9796; }
p { color: rgb(93,151,150); }
H1.HeaderClassName
{
color: #5D9796;
}
.AnyTagClassName
{
color: #5D9796;
}
</style>
background-color css
<style>
a { background-color: #5D9796; }
a { background-color: rgb(93,151,150); }
div.DivClassName
{
background-color: #5D9796;
}
.BgClassName
{
background-color: #5D9796;
}
</style>
border-color css
<style>
span { border-color: #5D9796; }
span { border-color: rgb(93,151,150); }
td.TdClassName
{
border-color: #5D9796;
}
.TagClassName
{
border-color: #5D9796;
}
</style>