Shades of Cadet Blue #5D969B
Tints of Cadet Blue #5D969B
RGB
CMYK
RGB Variations
Color information
#5D969B (or 0x5D969B) is known color: Cadet Blue. HEX triplet: 5D, 96 and 9B. RGB value is (93,150,155). Sum of RGB (Red+Green+Blue) = 93+150+155=398 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.37% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D969B is #A26964. Grayscale: #858585. Windows color (decimal): -10643813 or 10196573. OLE color: 10196573.
HSL color Cylindrical-coordinate representation of color #5D969B: hue angle of 184.84º 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 #5D969B is Cyan = 0.4, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 150 | 155 | - |
| CMYK | 0.4 | 0.03 | 0 | 0.39 |
| HSL | 184.84º | 0.25% | 0.49% | - |
| HSV(B) | 184.84º | 0.4% | 0.61% | - |
| XYZ | 21.34 | 26.51 | 35 | - |
| YUV | 133.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 155 | 0.4 | 0.03 | 0 | 0.39 | 184.84 | 0.25 | 0.49 |
| Hex | 5D | 96 | 9B | 28 | 3 | 0 | 27 | B9 | 19 | 31 |
| Octal | 135 | 226 | 233 | 50 | 3 | 0 | 47 | 271 | 31 | 61 |
| Binary | 1011101 | 10010110 | 10011011 | 101000 | 11 | 0 | 100111 | 10111001 | 11001 | 110001 |
Color Harmonies of #5D969B
Complementary color
Monochromatic Colors of #5D969B
Black with #5D969B
Text Example
Text Example
White with #5D969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D969B; }
p { color: rgb(93,150,155); }
H1.HeaderClassName
{
color: #5D969B;
}
.AnyTagClassName
{
color: #5D969B;
}
</style>
background-color css
<style>
a { background-color: #5D969B; }
a { background-color: rgb(93,150,155); }
div.DivClassName
{
background-color: #5D969B;
}
.BgClassName
{
background-color: #5D969B;
}
</style>
border-color css
<style>
span { border-color: #5D969B; }
span { border-color: rgb(93,150,155); }
td.TdClassName
{
border-color: #5D969B;
}
.TagClassName
{
border-color: #5D969B;
}
</style>