Shades of Cadet Blue #53A4AA
Tints of Cadet Blue #53A4AA
RGB
CMYK
RGB Variations
Color information
#53A4AA (or 0x53A4AA) is known color: Cadet Blue. HEX triplet: 53, A4 and AA. RGB value is (83,164,170). Sum of RGB (Red+Green+Blue) = 83+164+170=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #53A4AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A4AA is #AC5B55. Grayscale: #8C8C8C. Windows color (decimal): -11295574 or 11183187. OLE color: 11183187.
HSL color Cylindrical-coordinate representation of color #53A4AA: hue angle of 184.14º 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 #53A4AA is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 164 | 170 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.33 |
| HSL | 184.14º | 0.34% | 0.5% | - |
| HSV(B) | 184.14º | 0.51% | 0.67% | - |
| XYZ | 24.1 | 31.29 | 42.8 | - |
| YUV | 140.47 | 144.66 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 164 | 170 | 0.51 | 0.04 | 0 | 0.33 | 184.14 | 0.34 | 0.5 |
| Hex | 53 | A4 | AA | 33 | 4 | 0 | 21 | B8 | 22 | 32 |
| Octal | 123 | 244 | 252 | 63 | 4 | 0 | 41 | 270 | 42 | 62 |
| Binary | 1010011 | 10100100 | 10101010 | 110011 | 100 | 0 | 100001 | 10111000 | 100010 | 110010 |
Color Harmonies of #53A4AA
Complementary color
Monochromatic Colors of #53A4AA
Black with #53A4AA
Text Example
Text Example
White with #53A4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A4AA; }
p { color: rgb(83,164,170); }
H1.HeaderClassName
{
color: #53A4AA;
}
.AnyTagClassName
{
color: #53A4AA;
}
</style>
background-color css
<style>
a { background-color: #53A4AA; }
a { background-color: rgb(83,164,170); }
div.DivClassName
{
background-color: #53A4AA;
}
.BgClassName
{
background-color: #53A4AA;
}
</style>
border-color css
<style>
span { border-color: #53A4AA; }
span { border-color: rgb(83,164,170); }
td.TdClassName
{
border-color: #53A4AA;
}
.TagClassName
{
border-color: #53A4AA;
}
</style>