Shades of Cadet Blue #5D969C
Tints of Cadet Blue #5D969C
RGB
CMYK
RGB Variations
Color information
#5D969C (or 0x5D969C) is known color: Cadet Blue. HEX triplet: 5D, 96 and 9C. RGB value is (93,150,156). Sum of RGB (Red+Green+Blue) = 93+150+156=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D969C is #A26963. Grayscale: #858585. Windows color (decimal): -10643812 or 10262109. OLE color: 10262109.
HSL color Cylindrical-coordinate representation of color #5D969C: hue angle of 185.71º 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 #5D969C is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 150 | 156 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.39 |
| HSL | 185.71º | 0.25% | 0.49% | - |
| HSV(B) | 185.71º | 0.4% | 0.61% | - |
| XYZ | 21.42 | 26.54 | 35.45 | - |
| YUV | 133.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 156 | 0.40 | 0.04 | 0 | 0.39 | 185.71 | 0.25 | 0.49 |
| Hex | 5D | 96 | 9C | 28 | 4 | 0 | 27 | BA | 19 | 31 |
| Octal | 135 | 226 | 234 | 50 | 4 | 0 | 47 | 272 | 31 | 61 |
| Binary | 1011101 | 10010110 | 10011100 | 101000 | 100 | 0 | 100111 | 10111010 | 11001 | 110001 |
Color Harmonies of #5D969C
Complementary color
Monochromatic Colors of #5D969C
Black with #5D969C
Text Example
Text Example
White with #5D969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D969C; }
p { color: rgb(93,150,156); }
H1.HeaderClassName
{
color: #5D969C;
}
.AnyTagClassName
{
color: #5D969C;
}
</style>
background-color css
<style>
a { background-color: #5D969C; }
a { background-color: rgb(93,150,156); }
div.DivClassName
{
background-color: #5D969C;
}
.BgClassName
{
background-color: #5D969C;
}
</style>
border-color css
<style>
span { border-color: #5D969C; }
span { border-color: rgb(93,150,156); }
td.TdClassName
{
border-color: #5D969C;
}
.TagClassName
{
border-color: #5D969C;
}
</style>