Shades of Cadet Blue #53A8AA
Tints of Cadet Blue #53A8AA
RGB
CMYK
RGB Variations
Color information
#53A8AA (or 0x53A8AA) is known color: Cadet Blue. HEX triplet: 53, A8 and AA. RGB value is (83,168,170). Sum of RGB (Red+Green+Blue) = 83+168+170=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #53A8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A8AA is #AC5755. Grayscale: #8E8E8E. Windows color (decimal): -11294550 or 11184211. OLE color: 11184211.
HSL color Cylindrical-coordinate representation of color #53A8AA: hue angle of 181.38º 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 #53A8AA is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 168 | 170 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.33 |
| HSL | 181.38º | 0.34% | 0.5% | - |
| HSV(B) | 181.38º | 0.51% | 0.67% | - |
| XYZ | 24.83 | 32.75 | 43.04 | - |
| YUV | 142.81 | 143.34 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 170 | 0.51 | 0.01 | 0 | 0.33 | 181.38 | 0.34 | 0.5 |
| Hex | 53 | A8 | AA | 33 | 1 | 0 | 21 | B5 | 22 | 32 |
| Octal | 123 | 250 | 252 | 63 | 1 | 0 | 41 | 265 | 42 | 62 |
| Binary | 1010011 | 10101000 | 10101010 | 110011 | 1 | 0 | 100001 | 10110101 | 100010 | 110010 |
Color Harmonies of #53A8AA
Complementary color
Monochromatic Colors of #53A8AA
Black with #53A8AA
Text Example
Text Example
White with #53A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A8AA; }
p { color: rgb(83,168,170); }
H1.HeaderClassName
{
color: #53A8AA;
}
.AnyTagClassName
{
color: #53A8AA;
}
</style>
background-color css
<style>
a { background-color: #53A8AA; }
a { background-color: rgb(83,168,170); }
div.DivClassName
{
background-color: #53A8AA;
}
.BgClassName
{
background-color: #53A8AA;
}
</style>
border-color css
<style>
span { border-color: #53A8AA; }
span { border-color: rgb(83,168,170); }
td.TdClassName
{
border-color: #53A8AA;
}
.TagClassName
{
border-color: #53A8AA;
}
</style>