Shades of Shakespeare #5997BC
Tints of Shakespeare #5997BC
RGB
CMYK
RGB Variations
Color information
#5997BC (or 0x5997BC) is known color: Shakespeare. HEX triplet: 59, 97 and BC. RGB value is (89,151,188). Sum of RGB (Red+Green+Blue) = 89+151+188=428 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.79% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #5997BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5997BC is #A66843. Grayscale: #888888. Windows color (decimal): -10905668 or 12359513. OLE color: 12359513.
HSL color Cylindrical-coordinate representation of color #5997BC: hue angle of 202.42º 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 #5997BC is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 151 | 188 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.26 |
| HSL | 202.42º | 0.42% | 0.54% | - |
| HSV(B) | 202.42º | 0.53% | 0.74% | - |
| XYZ | 24.26 | 27.89 | 51.68 | - |
| YUV | 136.68 | 156.96 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 151 | 188 | 0.53 | 0.20 | 0 | 0.26 | 202.42 | 0.42 | 0.54 |
| Hex | 59 | 97 | BC | 35 | 14 | 0 | 1A | CA | 2A | 36 |
| Octal | 131 | 227 | 274 | 65 | 24 | 0 | 32 | 312 | 52 | 66 |
| Binary | 1011001 | 10010111 | 10111100 | 110101 | 10100 | 0 | 11010 | 11001010 | 101010 | 110110 |
Color Harmonies of #5997BC
Complementary color
Monochromatic Colors of #5997BC
Black with #5997BC
Text Example
Text Example
White with #5997BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5997BC; }
p { color: rgb(89,151,188); }
H1.HeaderClassName
{
color: #5997BC;
}
.AnyTagClassName
{
color: #5997BC;
}
</style>
background-color css
<style>
a { background-color: #5997BC; }
a { background-color: rgb(89,151,188); }
div.DivClassName
{
background-color: #5997BC;
}
.BgClassName
{
background-color: #5997BC;
}
</style>
border-color css
<style>
span { border-color: #5997BC; }
span { border-color: rgb(89,151,188); }
td.TdClassName
{
border-color: #5997BC;
}
.TagClassName
{
border-color: #5997BC;
}
</style>