Shades of Cadet Blue #53A5A7
Tints of Cadet Blue #53A5A7
RGB
CMYK
RGB Variations
Color information
#53A5A7 (or 0x53A5A7) is known color: Cadet Blue. HEX triplet: 53, A5 and A7. RGB value is (83,165,167). Sum of RGB (Red+Green+Blue) = 83+165+167=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 167 - color contains mainly: blue. Hex color #53A5A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A5A7 is #AC5A58. Grayscale: #8C8C8C. Windows color (decimal): -11295321 or 10986835. OLE color: 10986835.
HSL color Cylindrical-coordinate representation of color #53A5A7: hue angle of 181.43º 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 #53A5A7 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 165 | 167 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.35 |
| HSL | 181.43º | 0.34% | 0.49% | - |
| HSV(B) | 181.43º | 0.5% | 0.65% | - |
| XYZ | 24 | 31.54 | 41.38 | - |
| YUV | 140.71 | 142.83 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 165 | 167 | 0.50 | 0.01 | 0 | 0.35 | 181.43 | 0.34 | 0.49 |
| Hex | 53 | A5 | A7 | 32 | 1 | 0 | 23 | B5 | 22 | 31 |
| Octal | 123 | 245 | 247 | 62 | 1 | 0 | 43 | 265 | 42 | 61 |
| Binary | 1010011 | 10100101 | 10100111 | 110010 | 1 | 0 | 100011 | 10110101 | 100010 | 110001 |
Color Harmonies of #53A5A7
Complementary color
Monochromatic Colors of #53A5A7
Black with #53A5A7
Text Example
Text Example
White with #53A5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A5A7; }
p { color: rgb(83,165,167); }
H1.HeaderClassName
{
color: #53A5A7;
}
.AnyTagClassName
{
color: #53A5A7;
}
</style>
background-color css
<style>
a { background-color: #53A5A7; }
a { background-color: rgb(83,165,167); }
div.DivClassName
{
background-color: #53A5A7;
}
.BgClassName
{
background-color: #53A5A7;
}
</style>
border-color css
<style>
span { border-color: #53A5A7; }
span { border-color: rgb(83,165,167); }
td.TdClassName
{
border-color: #53A5A7;
}
.TagClassName
{
border-color: #53A5A7;
}
</style>