Shades of Shakespeare #5998BC
Tints of Shakespeare #5998BC
RGB
CMYK
RGB Variations
Color information
#5998BC (or 0x5998BC) is known color: Shakespeare. HEX triplet: 59, 98 and BC. RGB value is (89,152,188). Sum of RGB (Red+Green+Blue) = 89+152+188=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #5998BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5998BC is #A66743. Grayscale: #898989. Windows color (decimal): -10905412 or 12359769. OLE color: 12359769.
HSL color Cylindrical-coordinate representation of color #5998BC: hue angle of 201.82º 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 #5998BC is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 152 | 188 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.26 |
| HSL | 201.82º | 0.42% | 0.54% | - |
| HSV(B) | 201.82º | 0.53% | 0.74% | - |
| XYZ | 24.43 | 28.21 | 51.73 | - |
| YUV | 137.27 | 156.63 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 152 | 188 | 0.53 | 0.19 | 0 | 0.26 | 201.82 | 0.42 | 0.54 |
| Hex | 59 | 98 | BC | 35 | 13 | 0 | 1A | CA | 2A | 36 |
| Octal | 131 | 230 | 274 | 65 | 23 | 0 | 32 | 312 | 52 | 66 |
| Binary | 1011001 | 10011000 | 10111100 | 110101 | 10011 | 0 | 11010 | 11001010 | 101010 | 110110 |
Color Harmonies of #5998BC
Complementary color
Monochromatic Colors of #5998BC
Black with #5998BC
Text Example
Text Example
White with #5998BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5998BC; }
p { color: rgb(89,152,188); }
H1.HeaderClassName
{
color: #5998BC;
}
.AnyTagClassName
{
color: #5998BC;
}
</style>
background-color css
<style>
a { background-color: #5998BC; }
a { background-color: rgb(89,152,188); }
div.DivClassName
{
background-color: #5998BC;
}
.BgClassName
{
background-color: #5998BC;
}
</style>
border-color css
<style>
span { border-color: #5998BC; }
span { border-color: rgb(89,152,188); }
td.TdClassName
{
border-color: #5998BC;
}
.TagClassName
{
border-color: #5998BC;
}
</style>