Shades of Cadet Blue #5DA1A0
Tints of Cadet Blue #5DA1A0
RGB
CMYK
RGB Variations
Color information
#5DA1A0 (or 0x5DA1A0) is known color: Cadet Blue. HEX triplet: 5D, A1 and A0. RGB value is (93,161,160). Sum of RGB (Red+Green+Blue) = 93+161+160=414 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.46% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA1A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA1A0 is #A25E5F. Grayscale: #8C8C8C. Windows color (decimal): -10640992 or 10527069. OLE color: 10527069.
HSL color Cylindrical-coordinate representation of color #5DA1A0: hue angle of 179.12º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA1A0 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 160 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.37 |
| HSL | 179.12º | 0.27% | 0.5% | - |
| HSV(B) | 179.12º | 0.42% | 0.63% | - |
| XYZ | 23.6 | 30.35 | 37.87 | - |
| YUV | 140.55 | 138.97 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 160 | 0.42 | 0 | 0.01 | 0.37 | 179.12 | 0.27 | 0.5 |
| Hex | 5D | A1 | A0 | 2A | 0 | 1 | 25 | B3 | 1B | 32 |
| Octal | 135 | 241 | 240 | 52 | 0 | 1 | 45 | 263 | 33 | 62 |
| Binary | 1011101 | 10100001 | 10100000 | 101010 | 0 | 1 | 100101 | 10110011 | 11011 | 110010 |
Color Harmonies of #5DA1A0
Complementary color
Monochromatic Colors of #5DA1A0
Black with #5DA1A0
Text Example
Text Example
White with #5DA1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA1A0; }
p { color: rgb(93,161,160); }
H1.HeaderClassName
{
color: #5DA1A0;
}
.AnyTagClassName
{
color: #5DA1A0;
}
</style>
background-color css
<style>
a { background-color: #5DA1A0; }
a { background-color: rgb(93,161,160); }
div.DivClassName
{
background-color: #5DA1A0;
}
.BgClassName
{
background-color: #5DA1A0;
}
</style>
border-color css
<style>
span { border-color: #5DA1A0; }
span { border-color: rgb(93,161,160); }
td.TdClassName
{
border-color: #5DA1A0;
}
.TagClassName
{
border-color: #5DA1A0;
}
</style>