Shades of Cadet Blue #5DA3AB
Tints of Cadet Blue #5DA3AB
RGB
CMYK
RGB Variations
Color information
#5DA3AB (or 0x5DA3AB) is known color: Cadet Blue. HEX triplet: 5D, A3 and AB. RGB value is (93,163,171). Sum of RGB (Red+Green+Blue) = 93+163+171=427 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.78% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #5DA3AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA3AB is #A25C54. Grayscale: #8E8E8E. Windows color (decimal): -10640469 or 11248477. OLE color: 11248477.
HSL color Cylindrical-coordinate representation of color #5DA3AB: hue angle of 186.15º 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 #5DA3AB is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 163 | 171 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.33 |
| HSL | 186.15º | 0.32% | 0.52% | - |
| HSV(B) | 186.15º | 0.46% | 0.67% | - |
| XYZ | 24.96 | 31.46 | 43.29 | - |
| YUV | 142.98 | 143.81 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 163 | 171 | 0.46 | 0.05 | 0 | 0.33 | 186.15 | 0.32 | 0.52 |
| Hex | 5D | A3 | AB | 2E | 5 | 0 | 21 | BA | 20 | 34 |
| Octal | 135 | 243 | 253 | 56 | 5 | 0 | 41 | 272 | 40 | 64 |
| Binary | 1011101 | 10100011 | 10101011 | 101110 | 101 | 0 | 100001 | 10111010 | 100000 | 110100 |
Color Harmonies of #5DA3AB
Complementary color
Monochromatic Colors of #5DA3AB
Black with #5DA3AB
Text Example
Text Example
White with #5DA3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA3AB; }
p { color: rgb(93,163,171); }
H1.HeaderClassName
{
color: #5DA3AB;
}
.AnyTagClassName
{
color: #5DA3AB;
}
</style>
background-color css
<style>
a { background-color: #5DA3AB; }
a { background-color: rgb(93,163,171); }
div.DivClassName
{
background-color: #5DA3AB;
}
.BgClassName
{
background-color: #5DA3AB;
}
</style>
border-color css
<style>
span { border-color: #5DA3AB; }
span { border-color: rgb(93,163,171); }
td.TdClassName
{
border-color: #5DA3AB;
}
.TagClassName
{
border-color: #5DA3AB;
}
</style>