Shades of Shakespeare #53A3BD
Tints of Shakespeare #53A3BD
RGB
CMYK
RGB Variations
Color information
#53A3BD (or 0x53A3BD) is known color: Shakespeare. HEX triplet: 53, A3 and BD. RGB value is (83,163,189). Sum of RGB (Red+Green+Blue) = 83+163+189=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #53A3BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A3BD is #AC5C42. Grayscale: #8D8D8D. Windows color (decimal): -11295811 or 12428115. OLE color: 12428115.
HSL color Cylindrical-coordinate representation of color #53A3BD: hue angle of 194.72º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53A3BD is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 163 | 189 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.26 |
| HSL | 194.72º | 0.45% | 0.53% | - |
| HSV(B) | 194.72º | 0.56% | 0.74% | - |
| XYZ | 25.85 | 31.71 | 52.9 | - |
| YUV | 142.04 | 154.5 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 189 | 0.56 | 0.14 | 0 | 0.26 | 194.72 | 0.45 | 0.53 |
| Hex | 53 | A3 | BD | 38 | E | 0 | 1A | C3 | 2D | 35 |
| Octal | 123 | 243 | 275 | 70 | 16 | 0 | 32 | 303 | 55 | 65 |
| Binary | 1010011 | 10100011 | 10111101 | 111000 | 1110 | 0 | 11010 | 11000011 | 101101 | 110101 |
Color Harmonies of #53A3BD
Complementary color
Monochromatic Colors of #53A3BD
Black with #53A3BD
Text Example
Text Example
White with #53A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A3BD; }
p { color: rgb(83,163,189); }
H1.HeaderClassName
{
color: #53A3BD;
}
.AnyTagClassName
{
color: #53A3BD;
}
</style>
background-color css
<style>
a { background-color: #53A3BD; }
a { background-color: rgb(83,163,189); }
div.DivClassName
{
background-color: #53A3BD;
}
.BgClassName
{
background-color: #53A3BD;
}
</style>
border-color css
<style>
span { border-color: #53A3BD; }
span { border-color: rgb(83,163,189); }
td.TdClassName
{
border-color: #53A3BD;
}
.TagClassName
{
border-color: #53A3BD;
}
</style>