Shades of Shakespeare #53A3BA
Tints of Shakespeare #53A3BA
RGB
CMYK
RGB Variations
Color information
#53A3BA (or 0x53A3BA) is known color: Shakespeare. HEX triplet: 53, A3 and BA. RGB value is (83,163,186). Sum of RGB (Red+Green+Blue) = 83+163+186=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #53A3BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A3BA is #AC5C45. Grayscale: #8D8D8D. Windows color (decimal): -11295814 or 12231507. OLE color: 12231507.
HSL color Cylindrical-coordinate representation of color #53A3BA: hue angle of 193.4º 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 #53A3BA is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 163 | 186 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.27 |
| HSL | 193.4º | 0.43% | 0.53% | - |
| HSV(B) | 193.4º | 0.55% | 0.73% | - |
| XYZ | 25.53 | 31.58 | 51.2 | - |
| YUV | 141.7 | 153 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 186 | 0.55 | 0.12 | 0 | 0.27 | 193.4 | 0.43 | 0.53 |
| Hex | 53 | A3 | BA | 37 | C | 0 | 1B | C1 | 2B | 35 |
| Octal | 123 | 243 | 272 | 67 | 14 | 0 | 33 | 301 | 53 | 65 |
| Binary | 1010011 | 10100011 | 10111010 | 110111 | 1100 | 0 | 11011 | 11000001 | 101011 | 110101 |
Color Harmonies of #53A3BA
Complementary color
Monochromatic Colors of #53A3BA
Black with #53A3BA
Text Example
Text Example
White with #53A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A3BA; }
p { color: rgb(83,163,186); }
H1.HeaderClassName
{
color: #53A3BA;
}
.AnyTagClassName
{
color: #53A3BA;
}
</style>
background-color css
<style>
a { background-color: #53A3BA; }
a { background-color: rgb(83,163,186); }
div.DivClassName
{
background-color: #53A3BA;
}
.BgClassName
{
background-color: #53A3BA;
}
</style>
border-color css
<style>
span { border-color: #53A3BA; }
span { border-color: rgb(83,163,186); }
td.TdClassName
{
border-color: #53A3BA;
}
.TagClassName
{
border-color: #53A3BA;
}
</style>