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