Shades of Shakespeare #559DBE
Tints of Shakespeare #559DBE
RGB
CMYK
RGB Variations
Color information
#559DBE (or 0x559DBE) is known color: Shakespeare. HEX triplet: 55, 9D and BE. RGB value is (85,157,190). Sum of RGB (Red+Green+Blue) = 85+157+190=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #559DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DBE is #AA6241. Grayscale: #8B8B8B. Windows color (decimal): -11166274 or 12492117. OLE color: 12492117.
HSL color Cylindrical-coordinate representation of color #559DBE: hue angle of 198.86º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #559DBE is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 157 | 190 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.25 |
| HSL | 198.86º | 0.45% | 0.54% | - |
| HSV(B) | 198.86º | 0.55% | 0.75% | - |
| XYZ | 25.1 | 29.76 | 53.14 | - |
| YUV | 139.23 | 156.65 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 190 | 0.55 | 0.17 | 0 | 0.25 | 198.86 | 0.45 | 0.54 |
| Hex | 55 | 9D | BE | 37 | 11 | 0 | 19 | C7 | 2D | 36 |
| Octal | 125 | 235 | 276 | 67 | 21 | 0 | 31 | 307 | 55 | 66 |
| Binary | 1010101 | 10011101 | 10111110 | 110111 | 10001 | 0 | 11001 | 11000111 | 101101 | 110110 |
Color Harmonies of #559DBE
Complementary color
Monochromatic Colors of #559DBE
Black with #559DBE
Text Example
Text Example
White with #559DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559DBE; }
p { color: rgb(85,157,190); }
H1.HeaderClassName
{
color: #559DBE;
}
.AnyTagClassName
{
color: #559DBE;
}
</style>
background-color css
<style>
a { background-color: #559DBE; }
a { background-color: rgb(85,157,190); }
div.DivClassName
{
background-color: #559DBE;
}
.BgClassName
{
background-color: #559DBE;
}
</style>
border-color css
<style>
span { border-color: #559DBE; }
span { border-color: rgb(85,157,190); }
td.TdClassName
{
border-color: #559DBE;
}
.TagClassName
{
border-color: #559DBE;
}
</style>