Shades of Shakespeare #579EBC
Tints of Shakespeare #579EBC
RGB
CMYK
RGB Variations
Color information
#579EBC (or 0x579EBC) is known color: Shakespeare. HEX triplet: 57, 9E and BC. RGB value is (87,158,188). Sum of RGB (Red+Green+Blue) = 87+158+188=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #579EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579EBC is #A86143. Grayscale: #8C8C8C. Windows color (decimal): -11034948 or 12361303. OLE color: 12361303.
HSL color Cylindrical-coordinate representation of color #579EBC: hue angle of 197.82º 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 #579EBC is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 158 | 188 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.26 |
| HSL | 197.82º | 0.43% | 0.54% | - |
| HSV(B) | 197.82º | 0.54% | 0.74% | - |
| XYZ | 25.23 | 30.11 | 52.06 | - |
| YUV | 140.19 | 154.98 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 158 | 188 | 0.54 | 0.16 | 0 | 0.26 | 197.82 | 0.43 | 0.54 |
| Hex | 57 | 9E | BC | 36 | 10 | 0 | 1A | C6 | 2B | 36 |
| Octal | 127 | 236 | 274 | 66 | 20 | 0 | 32 | 306 | 53 | 66 |
| Binary | 1010111 | 10011110 | 10111100 | 110110 | 10000 | 0 | 11010 | 11000110 | 101011 | 110110 |
Color Harmonies of #579EBC
Complementary color
Monochromatic Colors of #579EBC
Black with #579EBC
Text Example
Text Example
White with #579EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579EBC; }
p { color: rgb(87,158,188); }
H1.HeaderClassName
{
color: #579EBC;
}
.AnyTagClassName
{
color: #579EBC;
}
</style>
background-color css
<style>
a { background-color: #579EBC; }
a { background-color: rgb(87,158,188); }
div.DivClassName
{
background-color: #579EBC;
}
.BgClassName
{
background-color: #579EBC;
}
</style>
border-color css
<style>
span { border-color: #579EBC; }
span { border-color: rgb(87,158,188); }
td.TdClassName
{
border-color: #579EBC;
}
.TagClassName
{
border-color: #579EBC;
}
</style>