Shades of Cadet Blue #53A09E
Tints of Cadet Blue #53A09E
RGB
CMYK
RGB Variations
Color information
#53A09E (or 0x53A09E) is known color: Cadet Blue. HEX triplet: 53, A0 and 9E. RGB value is (83,160,158). Sum of RGB (Red+Green+Blue) = 83+160+158=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 160 - color contains mainly: green. Hex color #53A09E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A09E is #AC5F61. Grayscale: #888888. Windows color (decimal): -11296610 or 10395731. OLE color: 10395731.
HSL color Cylindrical-coordinate representation of color #53A09E: hue angle of 178.44º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A09E is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 160 | 158 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.37 |
| HSL | 178.44º | 0.32% | 0.48% | - |
| HSV(B) | 178.44º | 0.48% | 0.63% | - |
| XYZ | 22.31 | 29.45 | 36.86 | - |
| YUV | 136.75 | 139.99 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 160 | 158 | 0.48 | 0 | 0.01 | 0.37 | 178.44 | 0.32 | 0.48 |
| Hex | 53 | A0 | 9E | 30 | 0 | 1 | 25 | B2 | 20 | 30 |
| Octal | 123 | 240 | 236 | 60 | 0 | 1 | 45 | 262 | 40 | 60 |
| Binary | 1010011 | 10100000 | 10011110 | 110000 | 0 | 1 | 100101 | 10110010 | 100000 | 110000 |
Color Harmonies of #53A09E
Complementary color
Monochromatic Colors of #53A09E
Black with #53A09E
Text Example
Text Example
White with #53A09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A09E; }
p { color: rgb(83,160,158); }
H1.HeaderClassName
{
color: #53A09E;
}
.AnyTagClassName
{
color: #53A09E;
}
</style>
background-color css
<style>
a { background-color: #53A09E; }
a { background-color: rgb(83,160,158); }
div.DivClassName
{
background-color: #53A09E;
}
.BgClassName
{
background-color: #53A09E;
}
</style>
border-color css
<style>
span { border-color: #53A09E; }
span { border-color: rgb(83,160,158); }
td.TdClassName
{
border-color: #53A09E;
}
.TagClassName
{
border-color: #53A09E;
}
</style>