Shades of Cadet Blue #53A3AD
Tints of Cadet Blue #53A3AD
RGB
CMYK
RGB Variations
Color information
#53A3AD (or 0x53A3AD) is known color: Cadet Blue. HEX triplet: 53, A3 and AD. RGB value is (83,163,173). Sum of RGB (Red+Green+Blue) = 83+163+173=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #53A3AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A3AD is #AC5C52. Grayscale: #8C8C8C. Windows color (decimal): -11295827 or 11379539. OLE color: 11379539.
HSL color Cylindrical-coordinate representation of color #53A3AD: hue angle of 186.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53A3AD is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 163 | 173 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.32 |
| HSL | 186.67º | 0.35% | 0.5% | - |
| HSV(B) | 186.67º | 0.52% | 0.68% | - |
| XYZ | 24.21 | 31.05 | 44.25 | - |
| YUV | 140.22 | 146.5 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 173 | 0.52 | 0.06 | 0 | 0.32 | 186.67 | 0.35 | 0.5 |
| Hex | 53 | A3 | AD | 34 | 6 | 0 | 20 | BB | 23 | 32 |
| Octal | 123 | 243 | 255 | 64 | 6 | 0 | 40 | 273 | 43 | 62 |
| Binary | 1010011 | 10100011 | 10101101 | 110100 | 110 | 0 | 100000 | 10111011 | 100011 | 110010 |
Color Harmonies of #53A3AD
Complementary color
Monochromatic Colors of #53A3AD
Black with #53A3AD
Text Example
Text Example
White with #53A3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A3AD; }
p { color: rgb(83,163,173); }
H1.HeaderClassName
{
color: #53A3AD;
}
.AnyTagClassName
{
color: #53A3AD;
}
</style>
background-color css
<style>
a { background-color: #53A3AD; }
a { background-color: rgb(83,163,173); }
div.DivClassName
{
background-color: #53A3AD;
}
.BgClassName
{
background-color: #53A3AD;
}
</style>
border-color css
<style>
span { border-color: #53A3AD; }
span { border-color: rgb(83,163,173); }
td.TdClassName
{
border-color: #53A3AD;
}
.TagClassName
{
border-color: #53A3AD;
}
</style>