Shades of Shakespeare #5796C0
Tints of Shakespeare #5796C0
RGB
CMYK
RGB Variations
Color information
#5796C0 (or 0x5796C0) is known color: Shakespeare. HEX triplet: 57, 96 and C0. RGB value is (87,150,192). Sum of RGB (Red+Green+Blue) = 87+150+192=429 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.28% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #5796C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5796C0 is #A8693F. Grayscale: #878787. Windows color (decimal): -11036992 or 12621399. OLE color: 12621399.
HSL color Cylindrical-coordinate representation of color #5796C0: hue angle of 204º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5796C0 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 150 | 192 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.25 |
| HSL | 204º | 0.45% | 0.55% | - |
| HSV(B) | 204º | 0.55% | 0.75% | - |
| XYZ | 24.35 | 27.64 | 53.92 | - |
| YUV | 135.95 | 159.63 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 150 | 192 | 0.55 | 0.22 | 0 | 0.25 | 204 | 0.45 | 0.55 |
| Hex | 57 | 96 | C0 | 37 | 16 | 0 | 19 | CC | 2D | 37 |
| Octal | 127 | 226 | 300 | 67 | 26 | 0 | 31 | 314 | 55 | 67 |
| Binary | 1010111 | 10010110 | 11000000 | 110111 | 10110 | 0 | 11001 | 11001100 | 101101 | 110111 |
Color Harmonies of #5796C0
Complementary color
Monochromatic Colors of #5796C0
Black with #5796C0
Text Example
Text Example
White with #5796C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5796C0; }
p { color: rgb(87,150,192); }
H1.HeaderClassName
{
color: #5796C0;
}
.AnyTagClassName
{
color: #5796C0;
}
</style>
background-color css
<style>
a { background-color: #5796C0; }
a { background-color: rgb(87,150,192); }
div.DivClassName
{
background-color: #5796C0;
}
.BgClassName
{
background-color: #5796C0;
}
</style>
border-color css
<style>
span { border-color: #5796C0; }
span { border-color: rgb(87,150,192); }
td.TdClassName
{
border-color: #5796C0;
}
.TagClassName
{
border-color: #5796C0;
}
</style>