Shades of Cadet Blue #5DA0A0
Tints of Cadet Blue #5DA0A0
RGB
CMYK
RGB Variations
Color information
#5DA0A0 (or 0x5DA0A0) is known color: Cadet Blue. HEX triplet: 5D, A0 and A0. RGB value is (93,160,160). Sum of RGB (Red+Green+Blue) = 93+160+160=413 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.52% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 160 - color contains mainly: green, blue. Hex color #5DA0A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA0A0 is #A25F5F. Grayscale: #8B8B8B. Windows color (decimal): -10641248 or 10526813. OLE color: 10526813.
HSL color Cylindrical-coordinate representation of color #5DA0A0: hue angle of 180º degrees, saturation: 0.26, 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 #5DA0A0 is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 160 | - |
| CMYK | 0.42 | 0 | 0 | 0.37 |
| HSL | 180º | 0.26% | 0.5% | - |
| HSV(B) | 180º | 0.42% | 0.63% | - |
| XYZ | 23.43 | 30.01 | 37.81 | - |
| YUV | 139.97 | 139.3 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 160 | 0.42 | 0 | 0 | 0.37 | 180 | 0.26 | 0.5 |
| Hex | 5D | A0 | A0 | 2A | 0 | 0 | 25 | B4 | 1A | 32 |
| Octal | 135 | 240 | 240 | 52 | 0 | 0 | 45 | 264 | 32 | 62 |
| Binary | 1011101 | 10100000 | 10100000 | 101010 | 0 | 0 | 100101 | 10110100 | 11010 | 110010 |
Color Harmonies of #5DA0A0
Complementary color
Monochromatic Colors of #5DA0A0
Black with #5DA0A0
Text Example
Text Example
White with #5DA0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA0A0; }
p { color: rgb(93,160,160); }
H1.HeaderClassName
{
color: #5DA0A0;
}
.AnyTagClassName
{
color: #5DA0A0;
}
</style>
background-color css
<style>
a { background-color: #5DA0A0; }
a { background-color: rgb(93,160,160); }
div.DivClassName
{
background-color: #5DA0A0;
}
.BgClassName
{
background-color: #5DA0A0;
}
</style>
border-color css
<style>
span { border-color: #5DA0A0; }
span { border-color: rgb(93,160,160); }
td.TdClassName
{
border-color: #5DA0A0;
}
.TagClassName
{
border-color: #5DA0A0;
}
</style>