Shades of Shakespeare #53A4B6
Tints of Shakespeare #53A4B6
RGB
CMYK
RGB Variations
Color information
#53A4B6 (or 0x53A4B6) is known color: Shakespeare. HEX triplet: 53, A4 and B6. RGB value is (83,164,182). Sum of RGB (Red+Green+Blue) = 83+164+182=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 182 - color contains mainly: blue. Hex color #53A4B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A4B6 is #AC5B49. Grayscale: #8D8D8D. Windows color (decimal): -11295562 or 11969619. OLE color: 11969619.
HSL color Cylindrical-coordinate representation of color #53A4B6: hue angle of 190.91º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53A4B6 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 164 | 182 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.29 |
| HSL | 190.91º | 0.4% | 0.52% | - |
| HSV(B) | 190.91º | 0.54% | 0.71% | - |
| XYZ | 25.29 | 31.77 | 49.05 | - |
| YUV | 141.83 | 150.66 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 164 | 182 | 0.54 | 0.10 | 0 | 0.29 | 190.91 | 0.4 | 0.52 |
| Hex | 53 | A4 | B6 | 36 | A | 0 | 1D | BF | 28 | 34 |
| Octal | 123 | 244 | 266 | 66 | 12 | 0 | 35 | 277 | 50 | 64 |
| Binary | 1010011 | 10100100 | 10110110 | 110110 | 1010 | 0 | 11101 | 10111111 | 101000 | 110100 |
Color Harmonies of #53A4B6
Complementary color
Monochromatic Colors of #53A4B6
Black with #53A4B6
Text Example
Text Example
White with #53A4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A4B6; }
p { color: rgb(83,164,182); }
H1.HeaderClassName
{
color: #53A4B6;
}
.AnyTagClassName
{
color: #53A4B6;
}
</style>
background-color css
<style>
a { background-color: #53A4B6; }
a { background-color: rgb(83,164,182); }
div.DivClassName
{
background-color: #53A4B6;
}
.BgClassName
{
background-color: #53A4B6;
}
</style>
border-color css
<style>
span { border-color: #53A4B6; }
span { border-color: rgb(83,164,182); }
td.TdClassName
{
border-color: #53A4B6;
}
.TagClassName
{
border-color: #53A4B6;
}
</style>