Shades of Shakespeare #5799B5
Tints of Shakespeare #5799B5
RGB
CMYK
RGB Variations
Color information
#5799B5 (or 0x5799B5) is known color: Shakespeare. HEX triplet: 57, 99 and B5. RGB value is (87,153,181). Sum of RGB (Red+Green+Blue) = 87+153+181=421 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.67% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 181 - color contains mainly: blue. Hex color #5799B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5799B5 is #A8664A. Grayscale: #888888. Windows color (decimal): -11036235 or 11901271. OLE color: 11901271.
HSL color Cylindrical-coordinate representation of color #5799B5: hue angle of 197.87º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5799B5 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 153 | 181 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.29 |
| HSL | 197.87º | 0.39% | 0.53% | - |
| HSV(B) | 197.87º | 0.52% | 0.71% | - |
| XYZ | 23.66 | 28.14 | 47.9 | - |
| YUV | 136.46 | 153.13 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 153 | 181 | 0.52 | 0.15 | 0 | 0.29 | 197.87 | 0.39 | 0.53 |
| Hex | 57 | 99 | B5 | 34 | F | 0 | 1D | C6 | 27 | 35 |
| Octal | 127 | 231 | 265 | 64 | 17 | 0 | 35 | 306 | 47 | 65 |
| Binary | 1010111 | 10011001 | 10110101 | 110100 | 1111 | 0 | 11101 | 11000110 | 100111 | 110101 |
Color Harmonies of #5799B5
Complementary color
Monochromatic Colors of #5799B5
Black with #5799B5
Text Example
Text Example
White with #5799B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5799B5; }
p { color: rgb(87,153,181); }
H1.HeaderClassName
{
color: #5799B5;
}
.AnyTagClassName
{
color: #5799B5;
}
</style>
background-color css
<style>
a { background-color: #5799B5; }
a { background-color: rgb(87,153,181); }
div.DivClassName
{
background-color: #5799B5;
}
.BgClassName
{
background-color: #5799B5;
}
</style>
border-color css
<style>
span { border-color: #5799B5; }
span { border-color: rgb(87,153,181); }
td.TdClassName
{
border-color: #5799B5;
}
.TagClassName
{
border-color: #5799B5;
}
</style>