Shades of Shakespeare #5D99BE
Tints of Shakespeare #5D99BE
RGB
CMYK
RGB Variations
Color information
#5D99BE (or 0x5D99BE) is known color: Shakespeare. HEX triplet: 5D, 99 and BE. RGB value is (93,153,190). Sum of RGB (Red+Green+Blue) = 93+153+190=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D99BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D99BE is #A26641. Grayscale: #8B8B8B. Windows color (decimal): -10643010 or 12491101. OLE color: 12491101.
HSL color Cylindrical-coordinate representation of color #5D99BE: hue angle of 202.89º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D99BE is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 153 | 190 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.25 |
| HSL | 202.89º | 0.43% | 0.55% | - |
| HSV(B) | 202.89º | 0.51% | 0.75% | - |
| XYZ | 25.2 | 28.83 | 52.95 | - |
| YUV | 139.28 | 156.62 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 153 | 190 | 0.51 | 0.19 | 0 | 0.25 | 202.89 | 0.43 | 0.55 |
| Hex | 5D | 99 | BE | 33 | 13 | 0 | 19 | CB | 2B | 37 |
| Octal | 135 | 231 | 276 | 63 | 23 | 0 | 31 | 313 | 53 | 67 |
| Binary | 1011101 | 10011001 | 10111110 | 110011 | 10011 | 0 | 11001 | 11001011 | 101011 | 110111 |
Color Harmonies of #5D99BE
Complementary color
Monochromatic Colors of #5D99BE
Black with #5D99BE
Text Example
Text Example
White with #5D99BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D99BE; }
p { color: rgb(93,153,190); }
H1.HeaderClassName
{
color: #5D99BE;
}
.AnyTagClassName
{
color: #5D99BE;
}
</style>
background-color css
<style>
a { background-color: #5D99BE; }
a { background-color: rgb(93,153,190); }
div.DivClassName
{
background-color: #5D99BE;
}
.BgClassName
{
background-color: #5D99BE;
}
</style>
border-color css
<style>
span { border-color: #5D99BE; }
span { border-color: rgb(93,153,190); }
td.TdClassName
{
border-color: #5D99BE;
}
.TagClassName
{
border-color: #5D99BE;
}
</style>