Shades of Shakespeare #559BBC
Tints of Shakespeare #559BBC
RGB
CMYK
RGB Variations
Color information
#559BBC (or 0x559BBC) is known color: Shakespeare. HEX triplet: 55, 9B and BC. RGB value is (85,155,188). Sum of RGB (Red+Green+Blue) = 85+155+188=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #559BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BBC is #AA6443. Grayscale: #898989. Windows color (decimal): -11166788 or 12360533. OLE color: 12360533.
HSL color Cylindrical-coordinate representation of color #559BBC: hue angle of 199.22º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #559BBC is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 155 | 188 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.26 |
| HSL | 199.22º | 0.43% | 0.54% | - |
| HSV(B) | 199.22º | 0.55% | 0.74% | - |
| XYZ | 24.54 | 29 | 51.88 | - |
| YUV | 137.83 | 156.31 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 188 | 0.55 | 0.18 | 0 | 0.26 | 199.22 | 0.43 | 0.54 |
| Hex | 55 | 9B | BC | 37 | 12 | 0 | 1A | C7 | 2B | 36 |
| Octal | 125 | 233 | 274 | 67 | 22 | 0 | 32 | 307 | 53 | 66 |
| Binary | 1010101 | 10011011 | 10111100 | 110111 | 10010 | 0 | 11010 | 11000111 | 101011 | 110110 |
Color Harmonies of #559BBC
Complementary color
Monochromatic Colors of #559BBC
Black with #559BBC
Text Example
Text Example
White with #559BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BBC; }
p { color: rgb(85,155,188); }
H1.HeaderClassName
{
color: #559BBC;
}
.AnyTagClassName
{
color: #559BBC;
}
</style>
background-color css
<style>
a { background-color: #559BBC; }
a { background-color: rgb(85,155,188); }
div.DivClassName
{
background-color: #559BBC;
}
.BgClassName
{
background-color: #559BBC;
}
</style>
border-color css
<style>
span { border-color: #559BBC; }
span { border-color: rgb(85,155,188); }
td.TdClassName
{
border-color: #559BBC;
}
.TagClassName
{
border-color: #559BBC;
}
</style>