Shades of Shakespeare #53A2B7
Tints of Shakespeare #53A2B7
RGB
CMYK
RGB Variations
Color information
#53A2B7 (or 0x53A2B7) is known color: Shakespeare. HEX triplet: 53, A2 and B7. RGB value is (83,162,183). Sum of RGB (Red+Green+Blue) = 83+162+183=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 183 - color contains mainly: blue. Hex color #53A2B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A2B7 is #AC5D48. Grayscale: #8C8C8C. Windows color (decimal): -11296073 or 12034643. OLE color: 12034643.
HSL color Cylindrical-coordinate representation of color #53A2B7: hue angle of 192.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53A2B7 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 162 | 183 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.28 |
| HSL | 192.6º | 0.41% | 0.52% | - |
| HSV(B) | 192.6º | 0.55% | 0.72% | - |
| XYZ | 25.03 | 31.1 | 49.48 | - |
| YUV | 140.77 | 151.83 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 162 | 183 | 0.55 | 0.11 | 0 | 0.28 | 192.6 | 0.41 | 0.52 |
| Hex | 53 | A2 | B7 | 37 | B | 0 | 1C | C1 | 29 | 34 |
| Octal | 123 | 242 | 267 | 67 | 13 | 0 | 34 | 301 | 51 | 64 |
| Binary | 1010011 | 10100010 | 10110111 | 110111 | 1011 | 0 | 11100 | 11000001 | 101001 | 110100 |
Color Harmonies of #53A2B7
Complementary color
Monochromatic Colors of #53A2B7
Black with #53A2B7
Text Example
Text Example
White with #53A2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A2B7; }
p { color: rgb(83,162,183); }
H1.HeaderClassName
{
color: #53A2B7;
}
.AnyTagClassName
{
color: #53A2B7;
}
</style>
background-color css
<style>
a { background-color: #53A2B7; }
a { background-color: rgb(83,162,183); }
div.DivClassName
{
background-color: #53A2B7;
}
.BgClassName
{
background-color: #53A2B7;
}
</style>
border-color css
<style>
span { border-color: #53A2B7; }
span { border-color: rgb(83,162,183); }
td.TdClassName
{
border-color: #53A2B7;
}
.TagClassName
{
border-color: #53A2B7;
}
</style>