Shades of Cadet Blue #53A1AF
Tints of Cadet Blue #53A1AF
RGB
CMYK
RGB Variations
Color information
#53A1AF (or 0x53A1AF) is known color: Cadet Blue. HEX triplet: 53, A1 and AF. RGB value is (83,161,175). Sum of RGB (Red+Green+Blue) = 83+161+175=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #53A1AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A1AF is #AC5E50. Grayscale: #8B8B8B. Windows color (decimal): -11296337 or 11510099. OLE color: 11510099.
HSL color Cylindrical-coordinate representation of color #53A1AF: hue angle of 189.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53A1AF is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 161 | 175 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.31 |
| HSL | 189.13º | 0.37% | 0.51% | - |
| HSV(B) | 189.13º | 0.53% | 0.69% | - |
| XYZ | 24.05 | 30.42 | 45.16 | - |
| YUV | 139.27 | 148.16 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 161 | 175 | 0.53 | 0.08 | 0 | 0.31 | 189.13 | 0.37 | 0.51 |
| Hex | 53 | A1 | AF | 35 | 8 | 0 | 1F | BD | 25 | 33 |
| Octal | 123 | 241 | 257 | 65 | 10 | 0 | 37 | 275 | 45 | 63 |
| Binary | 1010011 | 10100001 | 10101111 | 110101 | 1000 | 0 | 11111 | 10111101 | 100101 | 110011 |
Color Harmonies of #53A1AF
Complementary color
Monochromatic Colors of #53A1AF
Black with #53A1AF
Text Example
Text Example
White with #53A1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A1AF; }
p { color: rgb(83,161,175); }
H1.HeaderClassName
{
color: #53A1AF;
}
.AnyTagClassName
{
color: #53A1AF;
}
</style>
background-color css
<style>
a { background-color: #53A1AF; }
a { background-color: rgb(83,161,175); }
div.DivClassName
{
background-color: #53A1AF;
}
.BgClassName
{
background-color: #53A1AF;
}
</style>
border-color css
<style>
span { border-color: #53A1AF; }
span { border-color: rgb(83,161,175); }
td.TdClassName
{
border-color: #53A1AF;
}
.TagClassName
{
border-color: #53A1AF;
}
</style>