Shades of Shakespeare #5898C1
Tints of Shakespeare #5898C1
RGB
CMYK
RGB Variations
Color information
#5898C1 (or 0x5898C1) is known color: Shakespeare. HEX triplet: 58, 98 and C1. RGB value is (88,152,193). Sum of RGB (Red+Green+Blue) = 88+152+193=433 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.32% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #5898C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5898C1 is #A7673E. Grayscale: #898989. Windows color (decimal): -10970943 or 12687448. OLE color: 12687448.
HSL color Cylindrical-coordinate representation of color #5898C1: hue angle of 203.43º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5898C1 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 152 | 193 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.24 |
| HSL | 203.43º | 0.46% | 0.55% | - |
| HSV(B) | 203.43º | 0.54% | 0.76% | - |
| XYZ | 24.88 | 28.38 | 54.62 | - |
| YUV | 137.54 | 159.3 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 152 | 193 | 0.54 | 0.21 | 0 | 0.24 | 203.43 | 0.46 | 0.55 |
| Hex | 58 | 98 | C1 | 36 | 15 | 0 | 18 | CB | 2E | 37 |
| Octal | 130 | 230 | 301 | 66 | 25 | 0 | 30 | 313 | 56 | 67 |
| Binary | 1011000 | 10011000 | 11000001 | 110110 | 10101 | 0 | 11000 | 11001011 | 101110 | 110111 |
Color Harmonies of #5898C1
Complementary color
Monochromatic Colors of #5898C1
Black with #5898C1
Text Example
Text Example
White with #5898C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5898C1; }
p { color: rgb(88,152,193); }
H1.HeaderClassName
{
color: #5898C1;
}
.AnyTagClassName
{
color: #5898C1;
}
</style>
background-color css
<style>
a { background-color: #5898C1; }
a { background-color: rgb(88,152,193); }
div.DivClassName
{
background-color: #5898C1;
}
.BgClassName
{
background-color: #5898C1;
}
</style>
border-color css
<style>
span { border-color: #5898C1; }
span { border-color: rgb(88,152,193); }
td.TdClassName
{
border-color: #5898C1;
}
.TagClassName
{
border-color: #5898C1;
}
</style>