Shades of Shakespeare #53A1C1
Tints of Shakespeare #53A1C1
RGB
CMYK
RGB Variations
Color information
#53A1C1 (or 0x53A1C1) is known color: Shakespeare. HEX triplet: 53, A1 and C1. RGB value is (83,161,193). Sum of RGB (Red+Green+Blue) = 83+161+193=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #53A1C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A1C1 is #AC5E3E. Grayscale: #8D8D8D. Windows color (decimal): -11296319 or 12689747. OLE color: 12689747.
HSL color Cylindrical-coordinate representation of color #53A1C1: hue angle of 197.45º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53A1C1 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 161 | 193 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.24 |
| HSL | 197.45º | 0.47% | 0.54% | - |
| HSV(B) | 197.45º | 0.57% | 0.76% | - |
| XYZ | 25.94 | 31.18 | 55.1 | - |
| YUV | 141.33 | 157.16 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 161 | 193 | 0.57 | 0.17 | 0 | 0.24 | 197.45 | 0.47 | 0.54 |
| Hex | 53 | A1 | C1 | 39 | 11 | 0 | 18 | C5 | 2F | 36 |
| Octal | 123 | 241 | 301 | 71 | 21 | 0 | 30 | 305 | 57 | 66 |
| Binary | 1010011 | 10100001 | 11000001 | 111001 | 10001 | 0 | 11000 | 11000101 | 101111 | 110110 |
Color Harmonies of #53A1C1
Complementary color
Monochromatic Colors of #53A1C1
Black with #53A1C1
Text Example
Text Example
White with #53A1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A1C1; }
p { color: rgb(83,161,193); }
H1.HeaderClassName
{
color: #53A1C1;
}
.AnyTagClassName
{
color: #53A1C1;
}
</style>
background-color css
<style>
a { background-color: #53A1C1; }
a { background-color: rgb(83,161,193); }
div.DivClassName
{
background-color: #53A1C1;
}
.BgClassName
{
background-color: #53A1C1;
}
</style>
border-color css
<style>
span { border-color: #53A1C1; }
span { border-color: rgb(83,161,193); }
td.TdClassName
{
border-color: #53A1C1;
}
.TagClassName
{
border-color: #53A1C1;
}
</style>