Shades of Shakespeare #5796BC
Tints of Shakespeare #5796BC
RGB
CMYK
RGB Variations
Color information
#5796BC (or 0x5796BC) is known color: Shakespeare. HEX triplet: 57, 96 and BC. RGB value is (87,150,188). Sum of RGB (Red+Green+Blue) = 87+150+188=425 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.47% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #5796BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5796BC is #A86943. Grayscale: #878787. Windows color (decimal): -11036996 or 12359255. OLE color: 12359255.
HSL color Cylindrical-coordinate representation of color #5796BC: hue angle of 202.57º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5796BC is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 150 | 188 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.26 |
| HSL | 202.57º | 0.43% | 0.54% | - |
| HSV(B) | 202.57º | 0.54% | 0.74% | - |
| XYZ | 23.91 | 27.47 | 51.62 | - |
| YUV | 135.5 | 157.63 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 150 | 188 | 0.54 | 0.20 | 0 | 0.26 | 202.57 | 0.43 | 0.54 |
| Hex | 57 | 96 | BC | 36 | 14 | 0 | 1A | CB | 2B | 36 |
| Octal | 127 | 226 | 274 | 66 | 24 | 0 | 32 | 313 | 53 | 66 |
| Binary | 1010111 | 10010110 | 10111100 | 110110 | 10100 | 0 | 11010 | 11001011 | 101011 | 110110 |
Color Harmonies of #5796BC
Complementary color
Monochromatic Colors of #5796BC
Black with #5796BC
Text Example
Text Example
White with #5796BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5796BC; }
p { color: rgb(87,150,188); }
H1.HeaderClassName
{
color: #5796BC;
}
.AnyTagClassName
{
color: #5796BC;
}
</style>
background-color css
<style>
a { background-color: #5796BC; }
a { background-color: rgb(87,150,188); }
div.DivClassName
{
background-color: #5796BC;
}
.BgClassName
{
background-color: #5796BC;
}
</style>
border-color css
<style>
span { border-color: #5796BC; }
span { border-color: rgb(87,150,188); }
td.TdClassName
{
border-color: #5796BC;
}
.TagClassName
{
border-color: #5796BC;
}
</style>