Shades of Cadet Blue #53A7A3
Tints of Cadet Blue #53A7A3
RGB
CMYK
RGB Variations
Color information
#53A7A3 (or 0x53A7A3) is known color: Cadet Blue. HEX triplet: 53, A7 and A3. RGB value is (83,167,163). Sum of RGB (Red+Green+Blue) = 83+167+163=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 167 - color contains mainly: green. Hex color #53A7A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A7A3 is #AC585C. Grayscale: #8D8D8D. Windows color (decimal): -11294813 or 10725203. OLE color: 10725203.
HSL color Cylindrical-coordinate representation of color #53A7A3: hue angle of 177.14º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A7A3 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 167 | 163 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.35 |
| HSL | 177.14º | 0.34% | 0.49% | - |
| HSV(B) | 177.14º | 0.5% | 0.65% | - |
| XYZ | 24 | 32.12 | 39.59 | - |
| YUV | 141.43 | 140.17 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 167 | 163 | 0.50 | 0 | 0.02 | 0.35 | 177.14 | 0.34 | 0.49 |
| Hex | 53 | A7 | A3 | 32 | 0 | 2 | 23 | B1 | 22 | 31 |
| Octal | 123 | 247 | 243 | 62 | 0 | 2 | 43 | 261 | 42 | 61 |
| Binary | 1010011 | 10100111 | 10100011 | 110010 | 0 | 10 | 100011 | 10110001 | 100010 | 110001 |
Color Harmonies of #53A7A3
Complementary color
Monochromatic Colors of #53A7A3
Black with #53A7A3
Text Example
Text Example
White with #53A7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A7A3; }
p { color: rgb(83,167,163); }
H1.HeaderClassName
{
color: #53A7A3;
}
.AnyTagClassName
{
color: #53A7A3;
}
</style>
background-color css
<style>
a { background-color: #53A7A3; }
a { background-color: rgb(83,167,163); }
div.DivClassName
{
background-color: #53A7A3;
}
.BgClassName
{
background-color: #53A7A3;
}
</style>
border-color css
<style>
span { border-color: #53A7A3; }
span { border-color: rgb(83,167,163); }
td.TdClassName
{
border-color: #53A7A3;
}
.TagClassName
{
border-color: #53A7A3;
}
</style>