Shades of Cadet Blue #53AAAA
Tints of Cadet Blue #53AAAA
RGB
CMYK
RGB Variations
Color information
#53AAAA (or 0x53AAAA) is known color: Cadet Blue. HEX triplet: 53, AA and AA. RGB value is (83,170,170). Sum of RGB (Red+Green+Blue) = 83+170+170=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #53AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AAAA is #AC5555. Grayscale: #8F8F8F. Windows color (decimal): -11294038 or 11184723. OLE color: 11184723.
HSL color Cylindrical-coordinate representation of color #53AAAA: hue angle of 180º 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 #53AAAA is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 170 | 170 | - |
| CMYK | 0.51 | 0 | 0 | 0.33 |
| HSL | 180º | 0.34% | 0.5% | - |
| HSV(B) | 180º | 0.51% | 0.67% | - |
| XYZ | 25.2 | 33.49 | 43.17 | - |
| YUV | 143.99 | 142.68 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 170 | 0.51 | 0 | 0 | 0.33 | 180 | 0.34 | 0.5 |
| Hex | 53 | AA | AA | 33 | 0 | 0 | 21 | B4 | 22 | 32 |
| Octal | 123 | 252 | 252 | 63 | 0 | 0 | 41 | 264 | 42 | 62 |
| Binary | 1010011 | 10101010 | 10101010 | 110011 | 0 | 0 | 100001 | 10110100 | 100010 | 110010 |
Color Harmonies of #53AAAA
Complementary color
Monochromatic Colors of #53AAAA
Black with #53AAAA
Text Example
Text Example
White with #53AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AAAA; }
p { color: rgb(83,170,170); }
H1.HeaderClassName
{
color: #53AAAA;
}
.AnyTagClassName
{
color: #53AAAA;
}
</style>
background-color css
<style>
a { background-color: #53AAAA; }
a { background-color: rgb(83,170,170); }
div.DivClassName
{
background-color: #53AAAA;
}
.BgClassName
{
background-color: #53AAAA;
}
</style>
border-color css
<style>
span { border-color: #53AAAA; }
span { border-color: rgb(83,170,170); }
td.TdClassName
{
border-color: #53AAAA;
}
.TagClassName
{
border-color: #53AAAA;
}
</style>