Shades of Shakespeare #559AB9
Tints of Shakespeare #559AB9
RGB
CMYK
RGB Variations
Color information
#559AB9 (or 0x559AB9) is known color: Shakespeare. HEX triplet: 55, 9A and B9. RGB value is (85,154,185). Sum of RGB (Red+Green+Blue) = 85+154+185=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 185 - color contains mainly: blue. Hex color #559AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559AB9 is #AA6546. Grayscale: #888888. Windows color (decimal): -11167047 or 12163669. OLE color: 12163669.
HSL color Cylindrical-coordinate representation of color #559AB9: hue angle of 198.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #559AB9 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 154 | 185 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.27 |
| HSL | 198.6º | 0.42% | 0.53% | - |
| HSV(B) | 198.6º | 0.54% | 0.73% | - |
| XYZ | 24.06 | 28.55 | 50.14 | - |
| YUV | 136.9 | 155.14 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 185 | 0.54 | 0.17 | 0 | 0.27 | 198.6 | 0.42 | 0.53 |
| Hex | 55 | 9A | B9 | 36 | 11 | 0 | 1B | C7 | 2A | 35 |
| Octal | 125 | 232 | 271 | 66 | 21 | 0 | 33 | 307 | 52 | 65 |
| Binary | 1010101 | 10011010 | 10111001 | 110110 | 10001 | 0 | 11011 | 11000111 | 101010 | 110101 |
Color Harmonies of #559AB9
Complementary color
Monochromatic Colors of #559AB9
Black with #559AB9
Text Example
Text Example
White with #559AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559AB9; }
p { color: rgb(85,154,185); }
H1.HeaderClassName
{
color: #559AB9;
}
.AnyTagClassName
{
color: #559AB9;
}
</style>
background-color css
<style>
a { background-color: #559AB9; }
a { background-color: rgb(85,154,185); }
div.DivClassName
{
background-color: #559AB9;
}
.BgClassName
{
background-color: #559AB9;
}
</style>
border-color css
<style>
span { border-color: #559AB9; }
span { border-color: rgb(85,154,185); }
td.TdClassName
{
border-color: #559AB9;
}
.TagClassName
{
border-color: #559AB9;
}
</style>