Shades of Shakespeare #53A4BA
Tints of Shakespeare #53A4BA
RGB
CMYK
RGB Variations
Color information
#53A4BA (or 0x53A4BA) is known color: Shakespeare. HEX triplet: 53, A4 and BA. RGB value is (83,164,186). Sum of RGB (Red+Green+Blue) = 83+164+186=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #53A4BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A4BA is #AC5B45. Grayscale: #8E8E8E. Windows color (decimal): -11295558 or 12231763. OLE color: 12231763.
HSL color Cylindrical-coordinate representation of color #53A4BA: hue angle of 192.82º degrees, saturation: 0.43, 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 #53A4BA is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 164 | 186 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.27 |
| HSL | 192.82º | 0.43% | 0.53% | - |
| HSV(B) | 192.82º | 0.55% | 0.73% | - |
| XYZ | 25.71 | 31.94 | 51.26 | - |
| YUV | 142.29 | 152.66 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 164 | 186 | 0.55 | 0.12 | 0 | 0.27 | 192.82 | 0.43 | 0.53 |
| Hex | 53 | A4 | BA | 37 | C | 0 | 1B | C1 | 2B | 35 |
| Octal | 123 | 244 | 272 | 67 | 14 | 0 | 33 | 301 | 53 | 65 |
| Binary | 1010011 | 10100100 | 10111010 | 110111 | 1100 | 0 | 11011 | 11000001 | 101011 | 110101 |
Color Harmonies of #53A4BA
Complementary color
Monochromatic Colors of #53A4BA
Black with #53A4BA
Text Example
Text Example
White with #53A4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A4BA; }
p { color: rgb(83,164,186); }
H1.HeaderClassName
{
color: #53A4BA;
}
.AnyTagClassName
{
color: #53A4BA;
}
</style>
background-color css
<style>
a { background-color: #53A4BA; }
a { background-color: rgb(83,164,186); }
div.DivClassName
{
background-color: #53A4BA;
}
.BgClassName
{
background-color: #53A4BA;
}
</style>
border-color css
<style>
span { border-color: #53A4BA; }
span { border-color: rgb(83,164,186); }
td.TdClassName
{
border-color: #53A4BA;
}
.TagClassName
{
border-color: #53A4BA;
}
</style>