Shades of Shakespeare #599EBC
Tints of Shakespeare #599EBC
RGB
CMYK
RGB Variations
Color information
#599EBC (or 0x599EBC) is known color: Shakespeare. HEX triplet: 59, 9E and BC. RGB value is (89,158,188). Sum of RGB (Red+Green+Blue) = 89+158+188=435 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.46% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #599EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599EBC is #A66143. Grayscale: #8C8C8C. Windows color (decimal): -10903876 or 12361305. OLE color: 12361305.
HSL color Cylindrical-coordinate representation of color #599EBC: hue angle of 198.18º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #599EBC is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 158 | 188 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.26 |
| HSL | 198.18º | 0.42% | 0.54% | - |
| HSV(B) | 198.18º | 0.53% | 0.74% | - |
| XYZ | 25.42 | 30.21 | 52.07 | - |
| YUV | 140.79 | 154.64 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 158 | 188 | 0.53 | 0.16 | 0 | 0.26 | 198.18 | 0.42 | 0.54 |
| Hex | 59 | 9E | BC | 35 | 10 | 0 | 1A | C6 | 2A | 36 |
| Octal | 131 | 236 | 274 | 65 | 20 | 0 | 32 | 306 | 52 | 66 |
| Binary | 1011001 | 10011110 | 10111100 | 110101 | 10000 | 0 | 11010 | 11000110 | 101010 | 110110 |
Color Harmonies of #599EBC
Complementary color
Monochromatic Colors of #599EBC
Black with #599EBC
Text Example
Text Example
White with #599EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599EBC; }
p { color: rgb(89,158,188); }
H1.HeaderClassName
{
color: #599EBC;
}
.AnyTagClassName
{
color: #599EBC;
}
</style>
background-color css
<style>
a { background-color: #599EBC; }
a { background-color: rgb(89,158,188); }
div.DivClassName
{
background-color: #599EBC;
}
.BgClassName
{
background-color: #599EBC;
}
</style>
border-color css
<style>
span { border-color: #599EBC; }
span { border-color: rgb(89,158,188); }
td.TdClassName
{
border-color: #599EBC;
}
.TagClassName
{
border-color: #599EBC;
}
</style>