Shades of Cadet Blue #53A89C
Tints of Cadet Blue #53A89C
RGB
CMYK
RGB Variations
Color information
#53A89C (or 0x53A89C) is known color: Cadet Blue. HEX triplet: 53, A8 and 9C. RGB value is (83,168,156). Sum of RGB (Red+Green+Blue) = 83+168+156=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 168 - color contains mainly: green. Hex color #53A89C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A89C is #AC5763. Grayscale: #8D8D8D. Windows color (decimal): -11294564 or 10266707. OLE color: 10266707.
HSL color Cylindrical-coordinate representation of color #53A89C: hue angle of 171.53º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A89C is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 168 | 156 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.34 |
| HSL | 171.53º | 0.34% | 0.49% | - |
| HSV(B) | 171.53º | 0.51% | 0.66% | - |
| XYZ | 23.57 | 32.24 | 36.43 | - |
| YUV | 141.22 | 136.34 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 156 | 0.51 | 0 | 0.07 | 0.34 | 171.53 | 0.34 | 0.49 |
| Hex | 53 | A8 | 9C | 33 | 0 | 7 | 22 | AC | 22 | 31 |
| Octal | 123 | 250 | 234 | 63 | 0 | 7 | 42 | 254 | 42 | 61 |
| Binary | 1010011 | 10101000 | 10011100 | 110011 | 0 | 111 | 100010 | 10101100 | 100010 | 110001 |
Color Harmonies of #53A89C
Complementary color
Monochromatic Colors of #53A89C
Black with #53A89C
Text Example
Text Example
White with #53A89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A89C; }
p { color: rgb(83,168,156); }
H1.HeaderClassName
{
color: #53A89C;
}
.AnyTagClassName
{
color: #53A89C;
}
</style>
background-color css
<style>
a { background-color: #53A89C; }
a { background-color: rgb(83,168,156); }
div.DivClassName
{
background-color: #53A89C;
}
.BgClassName
{
background-color: #53A89C;
}
</style>
border-color css
<style>
span { border-color: #53A89C; }
span { border-color: rgb(83,168,156); }
td.TdClassName
{
border-color: #53A89C;
}
.TagClassName
{
border-color: #53A89C;
}
</style>