Shades of Shakespeare #5993B4
Tints of Shakespeare #5993B4
RGB
CMYK
RGB Variations
Color information
#5993B4 (or 0x5993B4) is known color: Shakespeare. HEX triplet: 59, 93 and B4. RGB value is (89,147,180). Sum of RGB (Red+Green+Blue) = 89+147+180=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 180 - color contains mainly: blue. Hex color #5993B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5993B4 is #A66C4B. Grayscale: #858585. Windows color (decimal): -10906700 or 11834201. OLE color: 11834201.
HSL color Cylindrical-coordinate representation of color #5993B4: hue angle of 201.76º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5993B4 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 147 | 180 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.29 |
| HSL | 201.76º | 0.38% | 0.53% | - |
| HSV(B) | 201.76º | 0.51% | 0.71% | - |
| XYZ | 22.79 | 26.29 | 47.05 | - |
| YUV | 133.42 | 154.28 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 180 | 0.51 | 0.18 | 0 | 0.29 | 201.76 | 0.38 | 0.53 |
| Hex | 59 | 93 | B4 | 33 | 12 | 0 | 1D | CA | 26 | 35 |
| Octal | 131 | 223 | 264 | 63 | 22 | 0 | 35 | 312 | 46 | 65 |
| Binary | 1011001 | 10010011 | 10110100 | 110011 | 10010 | 0 | 11101 | 11001010 | 100110 | 110101 |
Color Harmonies of #5993B4
Complementary color
Monochromatic Colors of #5993B4
Black with #5993B4
Text Example
Text Example
White with #5993B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5993B4; }
p { color: rgb(89,147,180); }
H1.HeaderClassName
{
color: #5993B4;
}
.AnyTagClassName
{
color: #5993B4;
}
</style>
background-color css
<style>
a { background-color: #5993B4; }
a { background-color: rgb(89,147,180); }
div.DivClassName
{
background-color: #5993B4;
}
.BgClassName
{
background-color: #5993B4;
}
</style>
border-color css
<style>
span { border-color: #5993B4; }
span { border-color: rgb(89,147,180); }
td.TdClassName
{
border-color: #5993B4;
}
.TagClassName
{
border-color: #5993B4;
}
</style>