Shades of Shakespeare #5992B4
Tints of Shakespeare #5992B4
RGB
CMYK
RGB Variations
Color information
#5992B4 (or 0x5992B4) is known color: Shakespeare. HEX triplet: 59, 92 and B4. RGB value is (89,146,180). Sum of RGB (Red+Green+Blue) = 89+146+180=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 180 - color contains mainly: blue. Hex color #5992B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5992B4 is #A66D4B. Grayscale: #848484. Windows color (decimal): -10906956 or 11833945. OLE color: 11833945.
HSL color Cylindrical-coordinate representation of color #5992B4: hue angle of 202.42º 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 #5992B4 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 146 | 180 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.29 |
| HSL | 202.42º | 0.38% | 0.53% | - |
| HSV(B) | 202.42º | 0.51% | 0.71% | - |
| XYZ | 22.64 | 25.98 | 47 | - |
| YUV | 132.83 | 154.62 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 180 | 0.51 | 0.19 | 0 | 0.29 | 202.42 | 0.38 | 0.53 |
| Hex | 59 | 92 | B4 | 33 | 13 | 0 | 1D | CA | 26 | 35 |
| Octal | 131 | 222 | 264 | 63 | 23 | 0 | 35 | 312 | 46 | 65 |
| Binary | 1011001 | 10010010 | 10110100 | 110011 | 10011 | 0 | 11101 | 11001010 | 100110 | 110101 |
Color Harmonies of #5992B4
Complementary color
Monochromatic Colors of #5992B4
Black with #5992B4
Text Example
Text Example
White with #5992B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5992B4; }
p { color: rgb(89,146,180); }
H1.HeaderClassName
{
color: #5992B4;
}
.AnyTagClassName
{
color: #5992B4;
}
</style>
background-color css
<style>
a { background-color: #5992B4; }
a { background-color: rgb(89,146,180); }
div.DivClassName
{
background-color: #5992B4;
}
.BgClassName
{
background-color: #5992B4;
}
</style>
border-color css
<style>
span { border-color: #5992B4; }
span { border-color: rgb(89,146,180); }
td.TdClassName
{
border-color: #5992B4;
}
.TagClassName
{
border-color: #5992B4;
}
</style>