Shades of Cadet Blue #5DA2AC
Tints of Cadet Blue #5DA2AC
RGB
CMYK
RGB Variations
Color information
#5DA2AC (or 0x5DA2AC) is known color: Cadet Blue. HEX triplet: 5D, A2 and AC. RGB value is (93,162,172). Sum of RGB (Red+Green+Blue) = 93+162+172=427 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.78% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #5DA2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA2AC is #A25D53. Grayscale: #8E8E8E. Windows color (decimal): -10640724 or 11313757. OLE color: 11313757.
HSL color Cylindrical-coordinate representation of color #5DA2AC: hue angle of 187.59º 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 #5DA2AC is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 162 | 172 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.33 |
| HSL | 187.59º | 0.32% | 0.52% | - |
| HSV(B) | 187.59º | 0.46% | 0.67% | - |
| XYZ | 24.88 | 31.15 | 43.73 | - |
| YUV | 142.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 162 | 172 | 0.46 | 0.06 | 0 | 0.33 | 187.59 | 0.32 | 0.52 |
| Hex | 5D | A2 | AC | 2E | 6 | 0 | 21 | BC | 20 | 34 |
| Octal | 135 | 242 | 254 | 56 | 6 | 0 | 41 | 274 | 40 | 64 |
| Binary | 1011101 | 10100010 | 10101100 | 101110 | 110 | 0 | 100001 | 10111100 | 100000 | 110100 |
Color Harmonies of #5DA2AC
Complementary color
Monochromatic Colors of #5DA2AC
Black with #5DA2AC
Text Example
Text Example
White with #5DA2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA2AC; }
p { color: rgb(93,162,172); }
H1.HeaderClassName
{
color: #5DA2AC;
}
.AnyTagClassName
{
color: #5DA2AC;
}
</style>
background-color css
<style>
a { background-color: #5DA2AC; }
a { background-color: rgb(93,162,172); }
div.DivClassName
{
background-color: #5DA2AC;
}
.BgClassName
{
background-color: #5DA2AC;
}
</style>
border-color css
<style>
span { border-color: #5DA2AC; }
span { border-color: rgb(93,162,172); }
td.TdClassName
{
border-color: #5DA2AC;
}
.TagClassName
{
border-color: #5DA2AC;
}
</style>