Shades of Shakespeare #579EBD
Tints of Shakespeare #579EBD
RGB
CMYK
RGB Variations
Color information
#579EBD (or 0x579EBD) is known color: Shakespeare. HEX triplet: 57, 9E and BD. RGB value is (87,158,189). Sum of RGB (Red+Green+Blue) = 87+158+189=434 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.05% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #579EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579EBD is #A86142. Grayscale: #8C8C8C. Windows color (decimal): -11034947 or 12426839. OLE color: 12426839.
HSL color Cylindrical-coordinate representation of color #579EBD: hue angle of 198.24º degrees, saturation: 0.44, 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 #579EBD is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 158 | 189 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.26 |
| HSL | 198.24º | 0.44% | 0.54% | - |
| HSV(B) | 198.24º | 0.54% | 0.74% | - |
| XYZ | 25.34 | 30.15 | 52.63 | - |
| YUV | 140.31 | 155.48 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 158 | 189 | 0.54 | 0.16 | 0 | 0.26 | 198.24 | 0.44 | 0.54 |
| Hex | 57 | 9E | BD | 36 | 10 | 0 | 1A | C6 | 2C | 36 |
| Octal | 127 | 236 | 275 | 66 | 20 | 0 | 32 | 306 | 54 | 66 |
| Binary | 1010111 | 10011110 | 10111101 | 110110 | 10000 | 0 | 11010 | 11000110 | 101100 | 110110 |
Color Harmonies of #579EBD
Complementary color
Monochromatic Colors of #579EBD
Black with #579EBD
Text Example
Text Example
White with #579EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579EBD; }
p { color: rgb(87,158,189); }
H1.HeaderClassName
{
color: #579EBD;
}
.AnyTagClassName
{
color: #579EBD;
}
</style>
background-color css
<style>
a { background-color: #579EBD; }
a { background-color: rgb(87,158,189); }
div.DivClassName
{
background-color: #579EBD;
}
.BgClassName
{
background-color: #579EBD;
}
</style>
border-color css
<style>
span { border-color: #579EBD; }
span { border-color: rgb(87,158,189); }
td.TdClassName
{
border-color: #579EBD;
}
.TagClassName
{
border-color: #579EBD;
}
</style>