Shades of Shakespeare #5D93BB
Tints of Shakespeare #5D93BB
RGB
CMYK
RGB Variations
Color information
#5D93BB (or 0x5D93BB) is known color: Shakespeare. HEX triplet: 5D, 93 and BB. RGB value is (93,147,187). Sum of RGB (Red+Green+Blue) = 93+147+187=427 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.78% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D93BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D93BB is #A26C44. Grayscale: #878787. Windows color (decimal): -10644549 or 12292957. OLE color: 12292957.
HSL color Cylindrical-coordinate representation of color #5D93BB: hue angle of 205.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D93BB is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 147 | 187 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.27 |
| HSL | 205.53º | 0.41% | 0.55% | - |
| HSV(B) | 205.53º | 0.5% | 0.73% | - |
| XYZ | 23.92 | 26.78 | 50.92 | - |
| YUV | 135.41 | 157.11 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 147 | 187 | 0.50 | 0.21 | 0 | 0.27 | 205.53 | 0.41 | 0.55 |
| Hex | 5D | 93 | BB | 32 | 15 | 0 | 1B | CE | 29 | 37 |
| Octal | 135 | 223 | 273 | 62 | 25 | 0 | 33 | 316 | 51 | 67 |
| Binary | 1011101 | 10010011 | 10111011 | 110010 | 10101 | 0 | 11011 | 11001110 | 101001 | 110111 |
Color Harmonies of #5D93BB
Complementary color
Monochromatic Colors of #5D93BB
Black with #5D93BB
Text Example
Text Example
White with #5D93BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D93BB; }
p { color: rgb(93,147,187); }
H1.HeaderClassName
{
color: #5D93BB;
}
.AnyTagClassName
{
color: #5D93BB;
}
</style>
background-color css
<style>
a { background-color: #5D93BB; }
a { background-color: rgb(93,147,187); }
div.DivClassName
{
background-color: #5D93BB;
}
.BgClassName
{
background-color: #5D93BB;
}
</style>
border-color css
<style>
span { border-color: #5D93BB; }
span { border-color: rgb(93,147,187); }
td.TdClassName
{
border-color: #5D93BB;
}
.TagClassName
{
border-color: #5D93BB;
}
</style>