Shades of Shakespeare #5992B7
Tints of Shakespeare #5992B7
RGB
CMYK
RGB Variations
Color information
#5992B7 (or 0x5992B7) is known color: Shakespeare. HEX triplet: 59, 92 and B7. RGB value is (89,146,183). Sum of RGB (Red+Green+Blue) = 89+146+183=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 183 (71.88% from 255 or 43.78% from 418); Max value from RGB is 183 - color contains mainly: blue. Hex color #5992B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5992B7 is #A66D48. Grayscale: #848484. Windows color (decimal): -10906953 or 12030553. OLE color: 12030553.
HSL color Cylindrical-coordinate representation of color #5992B7: hue angle of 203.62º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5992B7 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 146 | 183 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.28 |
| HSL | 203.62º | 0.39% | 0.53% | - |
| HSV(B) | 203.62º | 0.51% | 0.72% | - |
| XYZ | 22.95 | 26.1 | 48.63 | - |
| YUV | 133.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 183 | 0.51 | 0.20 | 0 | 0.28 | 203.62 | 0.39 | 0.53 |
| Hex | 59 | 92 | B7 | 33 | 14 | 0 | 1C | CC | 27 | 35 |
| Octal | 131 | 222 | 267 | 63 | 24 | 0 | 34 | 314 | 47 | 65 |
| Binary | 1011001 | 10010010 | 10110111 | 110011 | 10100 | 0 | 11100 | 11001100 | 100111 | 110101 |
Color Harmonies of #5992B7
Complementary color
Monochromatic Colors of #5992B7
Black with #5992B7
Text Example
Text Example
White with #5992B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5992B7; }
p { color: rgb(89,146,183); }
H1.HeaderClassName
{
color: #5992B7;
}
.AnyTagClassName
{
color: #5992B7;
}
</style>
background-color css
<style>
a { background-color: #5992B7; }
a { background-color: rgb(89,146,183); }
div.DivClassName
{
background-color: #5992B7;
}
.BgClassName
{
background-color: #5992B7;
}
</style>
border-color css
<style>
span { border-color: #5992B7; }
span { border-color: rgb(89,146,183); }
td.TdClassName
{
border-color: #5992B7;
}
.TagClassName
{
border-color: #5992B7;
}
</style>