Shades of Cadet Blue #53A0AC
Tints of Cadet Blue #53A0AC
RGB
CMYK
RGB Variations
Color information
#53A0AC (or 0x53A0AC) is known color: Cadet Blue. HEX triplet: 53, A0 and AC. RGB value is (83,160,172). Sum of RGB (Red+Green+Blue) = 83+160+172=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #53A0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A0AC is #AC5F53. Grayscale: #8A8A8A. Windows color (decimal): -11296596 or 11313235. OLE color: 11313235.
HSL color Cylindrical-coordinate representation of color #53A0AC: hue angle of 188.09º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53A0AC is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 160 | 172 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.33 |
| HSL | 188.09º | 0.35% | 0.5% | - |
| HSV(B) | 188.09º | 0.52% | 0.67% | - |
| XYZ | 23.58 | 29.96 | 43.57 | - |
| YUV | 138.35 | 146.99 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 160 | 172 | 0.52 | 0.07 | 0 | 0.33 | 188.09 | 0.35 | 0.5 |
| Hex | 53 | A0 | AC | 34 | 7 | 0 | 21 | BC | 23 | 32 |
| Octal | 123 | 240 | 254 | 64 | 7 | 0 | 41 | 274 | 43 | 62 |
| Binary | 1010011 | 10100000 | 10101100 | 110100 | 111 | 0 | 100001 | 10111100 | 100011 | 110010 |
Color Harmonies of #53A0AC
Complementary color
Monochromatic Colors of #53A0AC
Black with #53A0AC
Text Example
Text Example
White with #53A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A0AC; }
p { color: rgb(83,160,172); }
H1.HeaderClassName
{
color: #53A0AC;
}
.AnyTagClassName
{
color: #53A0AC;
}
</style>
background-color css
<style>
a { background-color: #53A0AC; }
a { background-color: rgb(83,160,172); }
div.DivClassName
{
background-color: #53A0AC;
}
.BgClassName
{
background-color: #53A0AC;
}
</style>
border-color css
<style>
span { border-color: #53A0AC; }
span { border-color: rgb(83,160,172); }
td.TdClassName
{
border-color: #53A0AC;
}
.TagClassName
{
border-color: #53A0AC;
}
</style>