Shades of Shakespeare #5999BD
Tints of Shakespeare #5999BD
RGB
CMYK
RGB Variations
Color information
#5999BD (or 0x5999BD) is known color: Shakespeare. HEX triplet: 59, 99 and BD. RGB value is (89,153,189). Sum of RGB (Red+Green+Blue) = 89+153+189=431 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.65% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #5999BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5999BD is #A66642. Grayscale: #898989. Windows color (decimal): -10905155 or 12425561. OLE color: 12425561.
HSL color Cylindrical-coordinate representation of color #5999BD: hue angle of 201.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5999BD is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 153 | 189 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.26 |
| HSL | 201.6º | 0.43% | 0.55% | - |
| HSV(B) | 201.6º | 0.53% | 0.74% | - |
| XYZ | 24.7 | 28.58 | 52.36 | - |
| YUV | 137.97 | 156.8 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 153 | 189 | 0.53 | 0.19 | 0 | 0.26 | 201.6 | 0.43 | 0.55 |
| Hex | 59 | 99 | BD | 35 | 13 | 0 | 1A | CA | 2B | 37 |
| Octal | 131 | 231 | 275 | 65 | 23 | 0 | 32 | 312 | 53 | 67 |
| Binary | 1011001 | 10011001 | 10111101 | 110101 | 10011 | 0 | 11010 | 11001010 | 101011 | 110111 |
Color Harmonies of #5999BD
Complementary color
Monochromatic Colors of #5999BD
Black with #5999BD
Text Example
Text Example
White with #5999BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5999BD; }
p { color: rgb(89,153,189); }
H1.HeaderClassName
{
color: #5999BD;
}
.AnyTagClassName
{
color: #5999BD;
}
</style>
background-color css
<style>
a { background-color: #5999BD; }
a { background-color: rgb(89,153,189); }
div.DivClassName
{
background-color: #5999BD;
}
.BgClassName
{
background-color: #5999BD;
}
</style>
border-color css
<style>
span { border-color: #5999BD; }
span { border-color: rgb(89,153,189); }
td.TdClassName
{
border-color: #5999BD;
}
.TagClassName
{
border-color: #5999BD;
}
</style>