Shades of Shakespeare #53A1BD
Tints of Shakespeare #53A1BD
RGB
CMYK
RGB Variations
Color information
#53A1BD (or 0x53A1BD) is known color: Shakespeare. HEX triplet: 53, A1 and BD. RGB value is (83,161,189). Sum of RGB (Red+Green+Blue) = 83+161+189=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #53A1BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A1BD is #AC5E42. Grayscale: #8C8C8C. Windows color (decimal): -11296323 or 12427603. OLE color: 12427603.
HSL color Cylindrical-coordinate representation of color #53A1BD: hue angle of 195.85º 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 #53A1BD is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 161 | 189 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.26 |
| HSL | 195.85º | 0.45% | 0.53% | - |
| HSV(B) | 195.85º | 0.56% | 0.74% | - |
| XYZ | 25.5 | 31 | 52.78 | - |
| YUV | 140.87 | 155.16 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 161 | 189 | 0.56 | 0.15 | 0 | 0.26 | 195.85 | 0.45 | 0.53 |
| Hex | 53 | A1 | BD | 38 | F | 0 | 1A | C4 | 2D | 35 |
| Octal | 123 | 241 | 275 | 70 | 17 | 0 | 32 | 304 | 55 | 65 |
| Binary | 1010011 | 10100001 | 10111101 | 111000 | 1111 | 0 | 11010 | 11000100 | 101101 | 110101 |
Color Harmonies of #53A1BD
Complementary color
Monochromatic Colors of #53A1BD
Black with #53A1BD
Text Example
Text Example
White with #53A1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A1BD; }
p { color: rgb(83,161,189); }
H1.HeaderClassName
{
color: #53A1BD;
}
.AnyTagClassName
{
color: #53A1BD;
}
</style>
background-color css
<style>
a { background-color: #53A1BD; }
a { background-color: rgb(83,161,189); }
div.DivClassName
{
background-color: #53A1BD;
}
.BgClassName
{
background-color: #53A1BD;
}
</style>
border-color css
<style>
span { border-color: #53A1BD; }
span { border-color: rgb(83,161,189); }
td.TdClassName
{
border-color: #53A1BD;
}
.TagClassName
{
border-color: #53A1BD;
}
</style>