Shades of Shakespeare #559BBF
Tints of Shakespeare #559BBF
RGB
CMYK
RGB Variations
Color information
#559BBF (or 0x559BBF) is known color: Shakespeare. HEX triplet: 55, 9B and BF. RGB value is (85,155,191). Sum of RGB (Red+Green+Blue) = 85+155+191=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #559BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BBF is #AA6440. Grayscale: #898989. Windows color (decimal): -11166785 or 12557141. OLE color: 12557141.
HSL color Cylindrical-coordinate representation of color #559BBF: hue angle of 200.38º 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 #559BBF is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 155 | 191 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.25 |
| HSL | 200.38º | 0.45% | 0.54% | - |
| HSV(B) | 200.38º | 0.55% | 0.75% | - |
| XYZ | 24.87 | 29.14 | 53.6 | - |
| YUV | 138.17 | 157.81 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 191 | 0.55 | 0.19 | 0 | 0.25 | 200.38 | 0.45 | 0.54 |
| Hex | 55 | 9B | BF | 37 | 13 | 0 | 19 | C8 | 2D | 36 |
| Octal | 125 | 233 | 277 | 67 | 23 | 0 | 31 | 310 | 55 | 66 |
| Binary | 1010101 | 10011011 | 10111111 | 110111 | 10011 | 0 | 11001 | 11001000 | 101101 | 110110 |
Color Harmonies of #559BBF
Complementary color
Monochromatic Colors of #559BBF
Black with #559BBF
Text Example
Text Example
White with #559BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BBF; }
p { color: rgb(85,155,191); }
H1.HeaderClassName
{
color: #559BBF;
}
.AnyTagClassName
{
color: #559BBF;
}
</style>
background-color css
<style>
a { background-color: #559BBF; }
a { background-color: rgb(85,155,191); }
div.DivClassName
{
background-color: #559BBF;
}
.BgClassName
{
background-color: #559BBF;
}
</style>
border-color css
<style>
span { border-color: #559BBF; }
span { border-color: rgb(85,155,191); }
td.TdClassName
{
border-color: #559BBF;
}
.TagClassName
{
border-color: #559BBF;
}
</style>