Shades of Cadet Blue #53A1AC
Tints of Cadet Blue #53A1AC
RGB
CMYK
RGB Variations
Color information
#53A1AC (or 0x53A1AC) is known color: Cadet Blue. HEX triplet: 53, A1 and AC. RGB value is (83,161,172). Sum of RGB (Red+Green+Blue) = 83+161+172=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #53A1AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A1AC is #AC5E53. Grayscale: #8A8A8A. Windows color (decimal): -11296340 or 11313491. OLE color: 11313491.
HSL color Cylindrical-coordinate representation of color #53A1AC: hue angle of 187.42º 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 #53A1AC is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 161 | 172 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.33 |
| HSL | 187.42º | 0.35% | 0.5% | - |
| HSV(B) | 187.42º | 0.52% | 0.67% | - |
| XYZ | 23.76 | 30.31 | 43.63 | - |
| YUV | 138.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 161 | 172 | 0.52 | 0.06 | 0 | 0.33 | 187.42 | 0.35 | 0.5 |
| Hex | 53 | A1 | AC | 34 | 6 | 0 | 21 | BB | 23 | 32 |
| Octal | 123 | 241 | 254 | 64 | 6 | 0 | 41 | 273 | 43 | 62 |
| Binary | 1010011 | 10100001 | 10101100 | 110100 | 110 | 0 | 100001 | 10111011 | 100011 | 110010 |
Color Harmonies of #53A1AC
Complementary color
Monochromatic Colors of #53A1AC
Black with #53A1AC
Text Example
Text Example
White with #53A1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A1AC; }
p { color: rgb(83,161,172); }
H1.HeaderClassName
{
color: #53A1AC;
}
.AnyTagClassName
{
color: #53A1AC;
}
</style>
background-color css
<style>
a { background-color: #53A1AC; }
a { background-color: rgb(83,161,172); }
div.DivClassName
{
background-color: #53A1AC;
}
.BgClassName
{
background-color: #53A1AC;
}
</style>
border-color css
<style>
span { border-color: #53A1AC; }
span { border-color: rgb(83,161,172); }
td.TdClassName
{
border-color: #53A1AC;
}
.TagClassName
{
border-color: #53A1AC;
}
</style>