Shades of Cadet Blue #5DA0AB
Tints of Cadet Blue #5DA0AB
RGB
CMYK
RGB Variations
Color information
#5DA0AB (or 0x5DA0AB) is known color: Cadet Blue. HEX triplet: 5D, A0 and AB. RGB value is (93,160,171). Sum of RGB (Red+Green+Blue) = 93+160+171=424 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.93% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #5DA0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA0AB is #A25F54. Grayscale: #8D8D8D. Windows color (decimal): -10641237 or 11247709. OLE color: 11247709.
HSL color Cylindrical-coordinate representation of color #5DA0AB: hue angle of 188.46º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DA0AB is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 160 | 171 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.33 |
| HSL | 188.46º | 0.32% | 0.52% | - |
| HSV(B) | 188.46º | 0.46% | 0.67% | - |
| XYZ | 24.44 | 30.41 | 43.11 | - |
| YUV | 141.22 | 144.8 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 171 | 0.46 | 0.06 | 0 | 0.33 | 188.46 | 0.32 | 0.52 |
| Hex | 5D | A0 | AB | 2E | 6 | 0 | 21 | BC | 20 | 34 |
| Octal | 135 | 240 | 253 | 56 | 6 | 0 | 41 | 274 | 40 | 64 |
| Binary | 1011101 | 10100000 | 10101011 | 101110 | 110 | 0 | 100001 | 10111100 | 100000 | 110100 |
Color Harmonies of #5DA0AB
Complementary color
Monochromatic Colors of #5DA0AB
Black with #5DA0AB
Text Example
Text Example
White with #5DA0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA0AB; }
p { color: rgb(93,160,171); }
H1.HeaderClassName
{
color: #5DA0AB;
}
.AnyTagClassName
{
color: #5DA0AB;
}
</style>
background-color css
<style>
a { background-color: #5DA0AB; }
a { background-color: rgb(93,160,171); }
div.DivClassName
{
background-color: #5DA0AB;
}
.BgClassName
{
background-color: #5DA0AB;
}
</style>
border-color css
<style>
span { border-color: #5DA0AB; }
span { border-color: rgb(93,160,171); }
td.TdClassName
{
border-color: #5DA0AB;
}
.TagClassName
{
border-color: #5DA0AB;
}
</style>