Shades of Shakespeare #5E93BE
Tints of Shakespeare #5E93BE
RGB
CMYK
RGB Variations
Color information
#5E93BE (or 0x5E93BE) is known color: Shakespeare. HEX triplet: 5E, 93 and BE. RGB value is (94,147,190). Sum of RGB (Red+Green+Blue) = 94+147+190=431 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.81% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E93BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E93BE is #A16C41. Grayscale: #878787. Windows color (decimal): -10579010 or 12489566. OLE color: 12489566.
HSL color Cylindrical-coordinate representation of color #5E93BE: hue angle of 206.88º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E93BE is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 147 | 190 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.25 |
| HSL | 206.88º | 0.42% | 0.56% | - |
| HSV(B) | 206.88º | 0.51% | 0.75% | - |
| XYZ | 24.34 | 26.96 | 52.64 | - |
| YUV | 136.06 | 158.44 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 147 | 190 | 0.51 | 0.23 | 0 | 0.25 | 206.88 | 0.42 | 0.56 |
| Hex | 5E | 93 | BE | 33 | 17 | 0 | 19 | CF | 2A | 38 |
| Octal | 136 | 223 | 276 | 63 | 27 | 0 | 31 | 317 | 52 | 70 |
| Binary | 1011110 | 10010011 | 10111110 | 110011 | 10111 | 0 | 11001 | 11001111 | 101010 | 111000 |
Color Harmonies of #5E93BE
Complementary color
Monochromatic Colors of #5E93BE
Black with #5E93BE
Text Example
Text Example
White with #5E93BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E93BE; }
p { color: rgb(94,147,190); }
H1.HeaderClassName
{
color: #5E93BE;
}
.AnyTagClassName
{
color: #5E93BE;
}
</style>
background-color css
<style>
a { background-color: #5E93BE; }
a { background-color: rgb(94,147,190); }
div.DivClassName
{
background-color: #5E93BE;
}
.BgClassName
{
background-color: #5E93BE;
}
</style>
border-color css
<style>
span { border-color: #5E93BE; }
span { border-color: rgb(94,147,190); }
td.TdClassName
{
border-color: #5E93BE;
}
.TagClassName
{
border-color: #5E93BE;
}
</style>