Shades of Shakespeare #599DBC
Tints of Shakespeare #599DBC
RGB
CMYK
RGB Variations
Color information
#599DBC (or 0x599DBC) is known color: Shakespeare. HEX triplet: 59, 9D and BC. RGB value is (89,157,188). Sum of RGB (Red+Green+Blue) = 89+157+188=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #599DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DBC is #A66243. Grayscale: #8C8C8C. Windows color (decimal): -10904132 or 12361049. OLE color: 12361049.
HSL color Cylindrical-coordinate representation of color #599DBC: hue angle of 198.79º 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 #599DBC is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 157 | 188 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.26 |
| HSL | 198.79º | 0.42% | 0.54% | - |
| HSV(B) | 198.79º | 0.53% | 0.74% | - |
| XYZ | 25.25 | 29.87 | 52.01 | - |
| YUV | 140.2 | 154.97 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 188 | 0.53 | 0.16 | 0 | 0.26 | 198.79 | 0.42 | 0.54 |
| Hex | 59 | 9D | BC | 35 | 10 | 0 | 1A | C7 | 2A | 36 |
| Octal | 131 | 235 | 274 | 65 | 20 | 0 | 32 | 307 | 52 | 66 |
| Binary | 1011001 | 10011101 | 10111100 | 110101 | 10000 | 0 | 11010 | 11000111 | 101010 | 110110 |
Color Harmonies of #599DBC
Complementary color
Monochromatic Colors of #599DBC
Black with #599DBC
Text Example
Text Example
White with #599DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DBC; }
p { color: rgb(89,157,188); }
H1.HeaderClassName
{
color: #599DBC;
}
.AnyTagClassName
{
color: #599DBC;
}
</style>
background-color css
<style>
a { background-color: #599DBC; }
a { background-color: rgb(89,157,188); }
div.DivClassName
{
background-color: #599DBC;
}
.BgClassName
{
background-color: #599DBC;
}
</style>
border-color css
<style>
span { border-color: #599DBC; }
span { border-color: rgb(89,157,188); }
td.TdClassName
{
border-color: #599DBC;
}
.TagClassName
{
border-color: #599DBC;
}
</style>