Shades of Cadet Blue #53AAA5
Tints of Cadet Blue #53AAA5
RGB
CMYK
RGB Variations
Color information
#53AAA5 (or 0x53AAA5) is known color: Cadet Blue. HEX triplet: 53, AA and A5. RGB value is (83,170,165). Sum of RGB (Red+Green+Blue) = 83+170+165=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #53AAA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AAA5 is #AC555A. Grayscale: #8F8F8F. Windows color (decimal): -11294043 or 10857043. OLE color: 10857043.
HSL color Cylindrical-coordinate representation of color #53AAA5: hue angle of 176.55º 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 #53AAA5 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 170 | 165 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.33 |
| HSL | 176.55º | 0.34% | 0.5% | - |
| HSV(B) | 176.55º | 0.51% | 0.67% | - |
| XYZ | 24.73 | 33.31 | 40.72 | - |
| YUV | 143.42 | 140.18 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 165 | 0.51 | 0 | 0.03 | 0.33 | 176.55 | 0.34 | 0.5 |
| Hex | 53 | AA | A5 | 33 | 0 | 3 | 21 | B1 | 22 | 32 |
| Octal | 123 | 252 | 245 | 63 | 0 | 3 | 41 | 261 | 42 | 62 |
| Binary | 1010011 | 10101010 | 10100101 | 110011 | 0 | 11 | 100001 | 10110001 | 100010 | 110010 |
Color Harmonies of #53AAA5
Complementary color
Monochromatic Colors of #53AAA5
Black with #53AAA5
Text Example
Text Example
White with #53AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AAA5; }
p { color: rgb(83,170,165); }
H1.HeaderClassName
{
color: #53AAA5;
}
.AnyTagClassName
{
color: #53AAA5;
}
</style>
background-color css
<style>
a { background-color: #53AAA5; }
a { background-color: rgb(83,170,165); }
div.DivClassName
{
background-color: #53AAA5;
}
.BgClassName
{
background-color: #53AAA5;
}
</style>
border-color css
<style>
span { border-color: #53AAA5; }
span { border-color: rgb(83,170,165); }
td.TdClassName
{
border-color: #53AAA5;
}
.TagClassName
{
border-color: #53AAA5;
}
</style>