Shades of Cadet Blue #53A2AA
Tints of Cadet Blue #53A2AA
RGB
CMYK
RGB Variations
Color information
#53A2AA (or 0x53A2AA) is known color: Cadet Blue. HEX triplet: 53, A2 and AA. RGB value is (83,162,170). Sum of RGB (Red+Green+Blue) = 83+162+170=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #53A2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A2AA is #AC5D55. Grayscale: #8B8B8B. Windows color (decimal): -11296086 or 11182675. OLE color: 11182675.
HSL color Cylindrical-coordinate representation of color #53A2AA: hue angle of 185.52º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A2AA is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 162 | 170 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.33 |
| HSL | 185.52º | 0.34% | 0.5% | - |
| HSV(B) | 185.52º | 0.51% | 0.67% | - |
| XYZ | 23.74 | 30.58 | 42.68 | - |
| YUV | 139.29 | 145.33 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 162 | 170 | 0.51 | 0.05 | 0 | 0.33 | 185.52 | 0.34 | 0.5 |
| Hex | 53 | A2 | AA | 33 | 5 | 0 | 21 | BA | 22 | 32 |
| Octal | 123 | 242 | 252 | 63 | 5 | 0 | 41 | 272 | 42 | 62 |
| Binary | 1010011 | 10100010 | 10101010 | 110011 | 101 | 0 | 100001 | 10111010 | 100010 | 110010 |
Color Harmonies of #53A2AA
Complementary color
Monochromatic Colors of #53A2AA
Black with #53A2AA
Text Example
Text Example
White with #53A2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A2AA; }
p { color: rgb(83,162,170); }
H1.HeaderClassName
{
color: #53A2AA;
}
.AnyTagClassName
{
color: #53A2AA;
}
</style>
background-color css
<style>
a { background-color: #53A2AA; }
a { background-color: rgb(83,162,170); }
div.DivClassName
{
background-color: #53A2AA;
}
.BgClassName
{
background-color: #53A2AA;
}
</style>
border-color css
<style>
span { border-color: #53A2AA; }
span { border-color: rgb(83,162,170); }
td.TdClassName
{
border-color: #53A2AA;
}
.TagClassName
{
border-color: #53A2AA;
}
</style>