Shades of Shakespeare #599DBB
Tints of Shakespeare #599DBB
RGB
CMYK
RGB Variations
Color information
#599DBB (or 0x599DBB) is known color: Shakespeare. HEX triplet: 59, 9D and BB. RGB value is (89,157,187). Sum of RGB (Red+Green+Blue) = 89+157+187=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #599DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DBB is #A66244. Grayscale: #8B8B8B. Windows color (decimal): -10904133 or 12295513. OLE color: 12295513.
HSL color Cylindrical-coordinate representation of color #599DBB: hue angle of 198.37º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #599DBB is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 157 | 187 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.27 |
| HSL | 198.37º | 0.42% | 0.54% | - |
| HSV(B) | 198.37º | 0.52% | 0.73% | - |
| XYZ | 25.15 | 29.83 | 51.45 | - |
| YUV | 140.09 | 154.47 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 187 | 0.52 | 0.16 | 0 | 0.27 | 198.37 | 0.42 | 0.54 |
| Hex | 59 | 9D | BB | 34 | 10 | 0 | 1B | C6 | 2A | 36 |
| Octal | 131 | 235 | 273 | 64 | 20 | 0 | 33 | 306 | 52 | 66 |
| Binary | 1011001 | 10011101 | 10111011 | 110100 | 10000 | 0 | 11011 | 11000110 | 101010 | 110110 |
Color Harmonies of #599DBB
Complementary color
Monochromatic Colors of #599DBB
Black with #599DBB
Text Example
Text Example
White with #599DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DBB; }
p { color: rgb(89,157,187); }
H1.HeaderClassName
{
color: #599DBB;
}
.AnyTagClassName
{
color: #599DBB;
}
</style>
background-color css
<style>
a { background-color: #599DBB; }
a { background-color: rgb(89,157,187); }
div.DivClassName
{
background-color: #599DBB;
}
.BgClassName
{
background-color: #599DBB;
}
</style>
border-color css
<style>
span { border-color: #599DBB; }
span { border-color: rgb(89,157,187); }
td.TdClassName
{
border-color: #599DBB;
}
.TagClassName
{
border-color: #599DBB;
}
</style>