Shades of Shakespeare #5992B3
Tints of Shakespeare #5992B3
RGB
CMYK
RGB Variations
Color information
#5992B3 (or 0x5992B3) is known color: Shakespeare. HEX triplet: 59, 92 and B3. RGB value is (89,146,179). Sum of RGB (Red+Green+Blue) = 89+146+179=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 179 - color contains mainly: blue. Hex color #5992B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5992B3 is #A66D4C. Grayscale: #848484. Windows color (decimal): -10906957 or 11768409. OLE color: 11768409.
HSL color Cylindrical-coordinate representation of color #5992B3: hue angle of 202º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5992B3 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 146 | 179 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.30 |
| HSL | 202º | 0.37% | 0.53% | - |
| HSV(B) | 202º | 0.5% | 0.7% | - |
| XYZ | 22.54 | 25.94 | 46.47 | - |
| YUV | 132.72 | 154.12 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 179 | 0.50 | 0.18 | 0 | 0.30 | 202 | 0.37 | 0.53 |
| Hex | 59 | 92 | B3 | 32 | 12 | 0 | 1E | CA | 25 | 35 |
| Octal | 131 | 222 | 263 | 62 | 22 | 0 | 36 | 312 | 45 | 65 |
| Binary | 1011001 | 10010010 | 10110011 | 110010 | 10010 | 0 | 11110 | 11001010 | 100101 | 110101 |
Color Harmonies of #5992B3
Complementary color
Monochromatic Colors of #5992B3
Black with #5992B3
Text Example
Text Example
White with #5992B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5992B3; }
p { color: rgb(89,146,179); }
H1.HeaderClassName
{
color: #5992B3;
}
.AnyTagClassName
{
color: #5992B3;
}
</style>
background-color css
<style>
a { background-color: #5992B3; }
a { background-color: rgb(89,146,179); }
div.DivClassName
{
background-color: #5992B3;
}
.BgClassName
{
background-color: #5992B3;
}
</style>
border-color css
<style>
span { border-color: #5992B3; }
span { border-color: rgb(89,146,179); }
td.TdClassName
{
border-color: #5992B3;
}
.TagClassName
{
border-color: #5992B3;
}
</style>