Shades of Shakespeare #53A2B9
Tints of Shakespeare #53A2B9
RGB
CMYK
RGB Variations
Color information
#53A2B9 (or 0x53A2B9) is known color: Shakespeare. HEX triplet: 53, A2 and B9. RGB value is (83,162,185). Sum of RGB (Red+Green+Blue) = 83+162+185=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 185 - color contains mainly: blue. Hex color #53A2B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A2B9 is #AC5D46. Grayscale: #8C8C8C. Windows color (decimal): -11296071 or 12165715. OLE color: 12165715.
HSL color Cylindrical-coordinate representation of color #53A2B9: hue angle of 193.53º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53A2B9 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 162 | 185 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.27 |
| HSL | 193.53º | 0.42% | 0.53% | - |
| HSV(B) | 193.53º | 0.55% | 0.73% | - |
| XYZ | 25.24 | 31.18 | 50.59 | - |
| YUV | 141 | 152.83 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 162 | 185 | 0.55 | 0.12 | 0 | 0.27 | 193.53 | 0.42 | 0.53 |
| Hex | 53 | A2 | B9 | 37 | C | 0 | 1B | C2 | 2A | 35 |
| Octal | 123 | 242 | 271 | 67 | 14 | 0 | 33 | 302 | 52 | 65 |
| Binary | 1010011 | 10100010 | 10111001 | 110111 | 1100 | 0 | 11011 | 11000010 | 101010 | 110101 |
Color Harmonies of #53A2B9
Complementary color
Monochromatic Colors of #53A2B9
Black with #53A2B9
Text Example
Text Example
White with #53A2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A2B9; }
p { color: rgb(83,162,185); }
H1.HeaderClassName
{
color: #53A2B9;
}
.AnyTagClassName
{
color: #53A2B9;
}
</style>
background-color css
<style>
a { background-color: #53A2B9; }
a { background-color: rgb(83,162,185); }
div.DivClassName
{
background-color: #53A2B9;
}
.BgClassName
{
background-color: #53A2B9;
}
</style>
border-color css
<style>
span { border-color: #53A2B9; }
span { border-color: rgb(83,162,185); }
td.TdClassName
{
border-color: #53A2B9;
}
.TagClassName
{
border-color: #53A2B9;
}
</style>