Shades of Shakespeare #559BBD
Tints of Shakespeare #559BBD
RGB
CMYK
RGB Variations
Color information
#559BBD (or 0x559BBD) is known color: Shakespeare. HEX triplet: 55, 9B and BD. RGB value is (85,155,189). Sum of RGB (Red+Green+Blue) = 85+155+189=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #559BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BBD is #AA6442. Grayscale: #898989. Windows color (decimal): -11166787 or 12426069. OLE color: 12426069.
HSL color Cylindrical-coordinate representation of color #559BBD: hue angle of 199.62º degrees, saturation: 0.44, 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 #559BBD is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 155 | 189 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.26 |
| HSL | 199.62º | 0.44% | 0.54% | - |
| HSV(B) | 199.62º | 0.55% | 0.74% | - |
| XYZ | 24.65 | 29.05 | 52.45 | - |
| YUV | 137.95 | 156.81 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 189 | 0.55 | 0.18 | 0 | 0.26 | 199.62 | 0.44 | 0.54 |
| Hex | 55 | 9B | BD | 37 | 12 | 0 | 1A | C8 | 2C | 36 |
| Octal | 125 | 233 | 275 | 67 | 22 | 0 | 32 | 310 | 54 | 66 |
| Binary | 1010101 | 10011011 | 10111101 | 110111 | 10010 | 0 | 11010 | 11001000 | 101100 | 110110 |
Color Harmonies of #559BBD
Complementary color
Monochromatic Colors of #559BBD
Black with #559BBD
Text Example
Text Example
White with #559BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BBD; }
p { color: rgb(85,155,189); }
H1.HeaderClassName
{
color: #559BBD;
}
.AnyTagClassName
{
color: #559BBD;
}
</style>
background-color css
<style>
a { background-color: #559BBD; }
a { background-color: rgb(85,155,189); }
div.DivClassName
{
background-color: #559BBD;
}
.BgClassName
{
background-color: #559BBD;
}
</style>
border-color css
<style>
span { border-color: #559BBD; }
span { border-color: rgb(85,155,189); }
td.TdClassName
{
border-color: #559BBD;
}
.TagClassName
{
border-color: #559BBD;
}
</style>