Shades of Cadet Blue #53A3AB
Tints of Cadet Blue #53A3AB
RGB
CMYK
RGB Variations
Color information
#53A3AB (or 0x53A3AB) is known color: Cadet Blue. HEX triplet: 53, A3 and AB. RGB value is (83,163,171). Sum of RGB (Red+Green+Blue) = 83+163+171=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #53A3AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A3AB is #AC5C54. Grayscale: #8B8B8B. Windows color (decimal): -11295829 or 11248467. OLE color: 11248467.
HSL color Cylindrical-coordinate representation of color #53A3AB: hue angle of 185.45º degrees, saturation: 0.35, 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 #53A3AB is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 163 | 171 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.33 |
| HSL | 185.45º | 0.35% | 0.5% | - |
| HSV(B) | 185.45º | 0.51% | 0.67% | - |
| XYZ | 24.02 | 30.97 | 43.24 | - |
| YUV | 139.99 | 145.5 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 171 | 0.51 | 0.05 | 0 | 0.33 | 185.45 | 0.35 | 0.5 |
| Hex | 53 | A3 | AB | 33 | 5 | 0 | 21 | B9 | 23 | 32 |
| Octal | 123 | 243 | 253 | 63 | 5 | 0 | 41 | 271 | 43 | 62 |
| Binary | 1010011 | 10100011 | 10101011 | 110011 | 101 | 0 | 100001 | 10111001 | 100011 | 110010 |
Color Harmonies of #53A3AB
Complementary color
Monochromatic Colors of #53A3AB
Black with #53A3AB
Text Example
Text Example
White with #53A3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A3AB; }
p { color: rgb(83,163,171); }
H1.HeaderClassName
{
color: #53A3AB;
}
.AnyTagClassName
{
color: #53A3AB;
}
</style>
background-color css
<style>
a { background-color: #53A3AB; }
a { background-color: rgb(83,163,171); }
div.DivClassName
{
background-color: #53A3AB;
}
.BgClassName
{
background-color: #53A3AB;
}
</style>
border-color css
<style>
span { border-color: #53A3AB; }
span { border-color: rgb(83,163,171); }
td.TdClassName
{
border-color: #53A3AB;
}
.TagClassName
{
border-color: #53A3AB;
}
</style>