Shades of Shakespeare #5997C1
Tints of Shakespeare #5997C1
RGB
CMYK
RGB Variations
Color information
#5997C1 (or 0x5997C1) is known color: Shakespeare. HEX triplet: 59, 97 and C1. RGB value is (89,151,193). Sum of RGB (Red+Green+Blue) = 89+151+193=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 151 (59.38% from 255 or 34.87% 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 #5997C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5997C1 is #A6683E. Grayscale: #898989. Windows color (decimal): -10905663 or 12687193. OLE color: 12687193.
HSL color Cylindrical-coordinate representation of color #5997C1: hue angle of 204.23º 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 #5997C1 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 151 | 193 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.24 |
| HSL | 204.23º | 0.46% | 0.55% | - |
| HSV(B) | 204.23º | 0.54% | 0.76% | - |
| XYZ | 24.81 | 28.11 | 54.57 | - |
| YUV | 137.25 | 159.46 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 151 | 193 | 0.54 | 0.22 | 0 | 0.24 | 204.23 | 0.46 | 0.55 |
| Hex | 59 | 97 | C1 | 36 | 16 | 0 | 18 | CC | 2E | 37 |
| Octal | 131 | 227 | 301 | 66 | 26 | 0 | 30 | 314 | 56 | 67 |
| Binary | 1011001 | 10010111 | 11000001 | 110110 | 10110 | 0 | 11000 | 11001100 | 101110 | 110111 |
Color Harmonies of #5997C1
Complementary color
Monochromatic Colors of #5997C1
Black with #5997C1
Text Example
Text Example
White with #5997C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5997C1; }
p { color: rgb(89,151,193); }
H1.HeaderClassName
{
color: #5997C1;
}
.AnyTagClassName
{
color: #5997C1;
}
</style>
background-color css
<style>
a { background-color: #5997C1; }
a { background-color: rgb(89,151,193); }
div.DivClassName
{
background-color: #5997C1;
}
.BgClassName
{
background-color: #5997C1;
}
</style>
border-color css
<style>
span { border-color: #5997C1; }
span { border-color: rgb(89,151,193); }
td.TdClassName
{
border-color: #5997C1;
}
.TagClassName
{
border-color: #5997C1;
}
</style>