Shades of Shakespeare #5D9EBC
Tints of Shakespeare #5D9EBC
RGB
CMYK
RGB Variations
Color information
#5D9EBC (or 0x5D9EBC) is known color: Shakespeare. HEX triplet: 5D, 9E and BC. RGB value is (93,158,188). Sum of RGB (Red+Green+Blue) = 93+158+188=439 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.18% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D9EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D9EBC is #A26143. Grayscale: #8D8D8D. Windows color (decimal): -10641732 or 12361309. OLE color: 12361309.
HSL color Cylindrical-coordinate representation of color #5D9EBC: hue angle of 198.95º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D9EBC is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 158 | 188 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.26 |
| HSL | 198.95º | 0.41% | 0.55% | - |
| HSV(B) | 198.95º | 0.51% | 0.74% | - |
| XYZ | 25.82 | 30.41 | 52.09 | - |
| YUV | 141.99 | 153.97 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 158 | 188 | 0.51 | 0.16 | 0 | 0.26 | 198.95 | 0.41 | 0.55 |
| Hex | 5D | 9E | BC | 33 | 10 | 0 | 1A | C7 | 29 | 37 |
| Octal | 135 | 236 | 274 | 63 | 20 | 0 | 32 | 307 | 51 | 67 |
| Binary | 1011101 | 10011110 | 10111100 | 110011 | 10000 | 0 | 11010 | 11000111 | 101001 | 110111 |
Color Harmonies of #5D9EBC
Complementary color
Monochromatic Colors of #5D9EBC
Black with #5D9EBC
Text Example
Text Example
White with #5D9EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9EBC; }
p { color: rgb(93,158,188); }
H1.HeaderClassName
{
color: #5D9EBC;
}
.AnyTagClassName
{
color: #5D9EBC;
}
</style>
background-color css
<style>
a { background-color: #5D9EBC; }
a { background-color: rgb(93,158,188); }
div.DivClassName
{
background-color: #5D9EBC;
}
.BgClassName
{
background-color: #5D9EBC;
}
</style>
border-color css
<style>
span { border-color: #5D9EBC; }
span { border-color: rgb(93,158,188); }
td.TdClassName
{
border-color: #5D9EBC;
}
.TagClassName
{
border-color: #5D9EBC;
}
</style>