Shades of Cadet Blue #53A3A9
Tints of Cadet Blue #53A3A9
RGB
CMYK
RGB Variations
Color information
#53A3A9 (or 0x53A3A9) is known color: Cadet Blue. HEX triplet: 53, A3 and A9. RGB value is (83,163,169). Sum of RGB (Red+Green+Blue) = 83+163+169=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 169 (66.41% from 255 or 40.72% from 415); Max value from RGB is 169 - color contains mainly: blue. Hex color #53A3A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A3A9 is #AC5C56. Grayscale: #8B8B8B. Windows color (decimal): -11295831 or 11117395. OLE color: 11117395.
HSL color Cylindrical-coordinate representation of color #53A3A9: hue angle of 184.19º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A3A9 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 163 | 169 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.34 |
| HSL | 184.19º | 0.34% | 0.49% | - |
| HSV(B) | 184.19º | 0.51% | 0.66% | - |
| XYZ | 23.83 | 30.9 | 42.24 | - |
| YUV | 139.76 | 144.5 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 169 | 0.51 | 0.04 | 0 | 0.34 | 184.19 | 0.34 | 0.49 |
| Hex | 53 | A3 | A9 | 33 | 4 | 0 | 22 | B8 | 22 | 31 |
| Octal | 123 | 243 | 251 | 63 | 4 | 0 | 42 | 270 | 42 | 61 |
| Binary | 1010011 | 10100011 | 10101001 | 110011 | 100 | 0 | 100010 | 10111000 | 100010 | 110001 |
Color Harmonies of #53A3A9
Complementary color
Monochromatic Colors of #53A3A9
Black with #53A3A9
Text Example
Text Example
White with #53A3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A3A9; }
p { color: rgb(83,163,169); }
H1.HeaderClassName
{
color: #53A3A9;
}
.AnyTagClassName
{
color: #53A3A9;
}
</style>
background-color css
<style>
a { background-color: #53A3A9; }
a { background-color: rgb(83,163,169); }
div.DivClassName
{
background-color: #53A3A9;
}
.BgClassName
{
background-color: #53A3A9;
}
</style>
border-color css
<style>
span { border-color: #53A3A9; }
span { border-color: rgb(83,163,169); }
td.TdClassName
{
border-color: #53A3A9;
}
.TagClassName
{
border-color: #53A3A9;
}
</style>