Shades of Shakespeare #5899C1
Tints of Shakespeare #5899C1
RGB
CMYK
RGB Variations
Color information
#5899C1 (or 0x5899C1) is known color: Shakespeare. HEX triplet: 58, 99 and C1. RGB value is (88,153,193). Sum of RGB (Red+Green+Blue) = 88+153+193=434 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.28% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #5899C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5899C1 is #A7663E. Grayscale: #898989. Windows color (decimal): -10970687 or 12687704. OLE color: 12687704.
HSL color Cylindrical-coordinate representation of color #5899C1: hue angle of 202.86º 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 #5899C1 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 153 | 193 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.24 |
| HSL | 202.86º | 0.46% | 0.55% | - |
| HSV(B) | 202.86º | 0.54% | 0.76% | - |
| XYZ | 25.04 | 28.71 | 54.67 | - |
| YUV | 138.13 | 158.97 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 153 | 193 | 0.54 | 0.21 | 0 | 0.24 | 202.86 | 0.46 | 0.55 |
| Hex | 58 | 99 | C1 | 36 | 15 | 0 | 18 | CB | 2E | 37 |
| Octal | 130 | 231 | 301 | 66 | 25 | 0 | 30 | 313 | 56 | 67 |
| Binary | 1011000 | 10011001 | 11000001 | 110110 | 10101 | 0 | 11000 | 11001011 | 101110 | 110111 |
Color Harmonies of #5899C1
Complementary color
Monochromatic Colors of #5899C1
Black with #5899C1
Text Example
Text Example
White with #5899C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5899C1; }
p { color: rgb(88,153,193); }
H1.HeaderClassName
{
color: #5899C1;
}
.AnyTagClassName
{
color: #5899C1;
}
</style>
background-color css
<style>
a { background-color: #5899C1; }
a { background-color: rgb(88,153,193); }
div.DivClassName
{
background-color: #5899C1;
}
.BgClassName
{
background-color: #5899C1;
}
</style>
border-color css
<style>
span { border-color: #5899C1; }
span { border-color: rgb(88,153,193); }
td.TdClassName
{
border-color: #5899C1;
}
.TagClassName
{
border-color: #5899C1;
}
</style>