Shades of Cadet Blue #5D979B
Tints of Cadet Blue #5D979B
RGB
CMYK
RGB Variations
Color information
#5D979B (or 0x5D979B) is known color: Cadet Blue. HEX triplet: 5D, 97 and 9B. RGB value is (93,151,155). Sum of RGB (Red+Green+Blue) = 93+151+155=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D979B is #A26864. Grayscale: #868686. Windows color (decimal): -10643557 or 10196829. OLE color: 10196829.
HSL color Cylindrical-coordinate representation of color #5D979B: hue angle of 183.87º 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 #5D979B is Cyan = 0.4, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 151 | 155 | - |
| CMYK | 0.4 | 0.03 | 0 | 0.39 |
| HSL | 183.87º | 0.25% | 0.49% | - |
| HSV(B) | 183.87º | 0.4% | 0.61% | - |
| XYZ | 21.5 | 26.83 | 35.06 | - |
| YUV | 134.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 151 | 155 | 0.4 | 0.03 | 0 | 0.39 | 183.87 | 0.25 | 0.49 |
| Hex | 5D | 97 | 9B | 28 | 3 | 0 | 27 | B8 | 19 | 31 |
| Octal | 135 | 227 | 233 | 50 | 3 | 0 | 47 | 270 | 31 | 61 |
| Binary | 1011101 | 10010111 | 10011011 | 101000 | 11 | 0 | 100111 | 10111000 | 11001 | 110001 |
Color Harmonies of #5D979B
Complementary color
Monochromatic Colors of #5D979B
Black with #5D979B
Text Example
Text Example
White with #5D979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D979B; }
p { color: rgb(93,151,155); }
H1.HeaderClassName
{
color: #5D979B;
}
.AnyTagClassName
{
color: #5D979B;
}
</style>
background-color css
<style>
a { background-color: #5D979B; }
a { background-color: rgb(93,151,155); }
div.DivClassName
{
background-color: #5D979B;
}
.BgClassName
{
background-color: #5D979B;
}
</style>
border-color css
<style>
span { border-color: #5D979B; }
span { border-color: rgb(93,151,155); }
td.TdClassName
{
border-color: #5D979B;
}
.TagClassName
{
border-color: #5D979B;
}
</style>