Shades of Shakespeare #5998B1
Tints of Shakespeare #5998B1
RGB
CMYK
RGB Variations
Color information
#5998B1 (or 0x5998B1) is known color: Shakespeare. HEX triplet: 59, 98 and B1. RGB value is (89,152,177). Sum of RGB (Red+Green+Blue) = 89+152+177=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #5998B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5998B1 is #A6674E. Grayscale: #878787. Windows color (decimal): -10905423 or 11638873. OLE color: 11638873.
HSL color Cylindrical-coordinate representation of color #5998B1: hue angle of 197.05º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5998B1 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 152 | 177 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.31 |
| HSL | 197.05º | 0.36% | 0.52% | - |
| HSV(B) | 197.05º | 0.5% | 0.69% | - |
| XYZ | 23.28 | 27.75 | 45.72 | - |
| YUV | 136.01 | 151.13 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 152 | 177 | 0.50 | 0.14 | 0 | 0.31 | 197.05 | 0.36 | 0.52 |
| Hex | 59 | 98 | B1 | 32 | E | 0 | 1F | C5 | 24 | 34 |
| Octal | 131 | 230 | 261 | 62 | 16 | 0 | 37 | 305 | 44 | 64 |
| Binary | 1011001 | 10011000 | 10110001 | 110010 | 1110 | 0 | 11111 | 11000101 | 100100 | 110100 |
Color Harmonies of #5998B1
Complementary color
Monochromatic Colors of #5998B1
Black with #5998B1
Text Example
Text Example
White with #5998B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5998B1; }
p { color: rgb(89,152,177); }
H1.HeaderClassName
{
color: #5998B1;
}
.AnyTagClassName
{
color: #5998B1;
}
</style>
background-color css
<style>
a { background-color: #5998B1; }
a { background-color: rgb(89,152,177); }
div.DivClassName
{
background-color: #5998B1;
}
.BgClassName
{
background-color: #5998B1;
}
</style>
border-color css
<style>
span { border-color: #5998B1; }
span { border-color: rgb(89,152,177); }
td.TdClassName
{
border-color: #5998B1;
}
.TagClassName
{
border-color: #5998B1;
}
</style>