Shades of Shakespeare #5995BD
Tints of Shakespeare #5995BD
RGB
CMYK
RGB Variations
Color information
#5995BD (or 0x5995BD) is known color: Shakespeare. HEX triplet: 59, 95 and BD. RGB value is (89,149,189). Sum of RGB (Red+Green+Blue) = 89+149+189=427 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.84% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #5995BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5995BD is #A66A42. Grayscale: #878787. Windows color (decimal): -10906179 or 12424537. OLE color: 12424537.
HSL color Cylindrical-coordinate representation of color #5995BD: hue angle of 204º 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 #5995BD is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 149 | 189 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.26 |
| HSL | 204º | 0.43% | 0.55% | - |
| HSV(B) | 204º | 0.53% | 0.74% | - |
| XYZ | 24.05 | 27.29 | 52.14 | - |
| YUV | 135.62 | 158.12 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 189 | 0.53 | 0.21 | 0 | 0.26 | 204 | 0.43 | 0.55 |
| Hex | 59 | 95 | BD | 35 | 15 | 0 | 1A | CC | 2B | 37 |
| Octal | 131 | 225 | 275 | 65 | 25 | 0 | 32 | 314 | 53 | 67 |
| Binary | 1011001 | 10010101 | 10111101 | 110101 | 10101 | 0 | 11010 | 11001100 | 101011 | 110111 |
Color Harmonies of #5995BD
Complementary color
Monochromatic Colors of #5995BD
Black with #5995BD
Text Example
Text Example
White with #5995BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5995BD; }
p { color: rgb(89,149,189); }
H1.HeaderClassName
{
color: #5995BD;
}
.AnyTagClassName
{
color: #5995BD;
}
</style>
background-color css
<style>
a { background-color: #5995BD; }
a { background-color: rgb(89,149,189); }
div.DivClassName
{
background-color: #5995BD;
}
.BgClassName
{
background-color: #5995BD;
}
</style>
border-color css
<style>
span { border-color: #5995BD; }
span { border-color: rgb(89,149,189); }
td.TdClassName
{
border-color: #5995BD;
}
.TagClassName
{
border-color: #5995BD;
}
</style>