Shades of Shakespeare #5D99BC
Tints of Shakespeare #5D99BC
RGB
CMYK
RGB Variations
Color information
#5D99BC (or 0x5D99BC) is known color: Shakespeare. HEX triplet: 5D, 99 and BC. RGB value is (93,153,188). Sum of RGB (Red+Green+Blue) = 93+153+188=434 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.43% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D99BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D99BC is #A26643. Grayscale: #8A8A8A. Windows color (decimal): -10643012 or 12360029. OLE color: 12360029.
HSL color Cylindrical-coordinate representation of color #5D99BC: hue angle of 202.11º 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 #5D99BC is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 153 | 188 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.26 |
| HSL | 202.11º | 0.41% | 0.55% | - |
| HSV(B) | 202.11º | 0.51% | 0.74% | - |
| XYZ | 24.98 | 28.74 | 51.81 | - |
| YUV | 139.05 | 155.62 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 153 | 188 | 0.51 | 0.19 | 0 | 0.26 | 202.11 | 0.41 | 0.55 |
| Hex | 5D | 99 | BC | 33 | 13 | 0 | 1A | CA | 29 | 37 |
| Octal | 135 | 231 | 274 | 63 | 23 | 0 | 32 | 312 | 51 | 67 |
| Binary | 1011101 | 10011001 | 10111100 | 110011 | 10011 | 0 | 11010 | 11001010 | 101001 | 110111 |
Color Harmonies of #5D99BC
Complementary color
Monochromatic Colors of #5D99BC
Black with #5D99BC
Text Example
Text Example
White with #5D99BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D99BC; }
p { color: rgb(93,153,188); }
H1.HeaderClassName
{
color: #5D99BC;
}
.AnyTagClassName
{
color: #5D99BC;
}
</style>
background-color css
<style>
a { background-color: #5D99BC; }
a { background-color: rgb(93,153,188); }
div.DivClassName
{
background-color: #5D99BC;
}
.BgClassName
{
background-color: #5D99BC;
}
</style>
border-color css
<style>
span { border-color: #5D99BC; }
span { border-color: rgb(93,153,188); }
td.TdClassName
{
border-color: #5D99BC;
}
.TagClassName
{
border-color: #5D99BC;
}
</style>