Shades of Shakespeare #559AAD
Tints of Shakespeare #559AAD
RGB
CMYK
RGB Variations
Color information
#559AAD (or 0x559AAD) is known color: Shakespeare. HEX triplet: 55, 9A and AD. RGB value is (85,154,173). Sum of RGB (Red+Green+Blue) = 85+154+173=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #559AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559AAD is #AA6552. Grayscale: #878787. Windows color (decimal): -11167059 or 11377237. OLE color: 11377237.
HSL color Cylindrical-coordinate representation of color #559AAD: hue angle of 192.95º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #559AAD is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 154 | 173 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.32 |
| HSL | 192.95º | 0.35% | 0.51% | - |
| HSV(B) | 192.95º | 0.51% | 0.68% | - |
| XYZ | 22.84 | 28.06 | 43.75 | - |
| YUV | 135.54 | 149.14 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 173 | 0.51 | 0.11 | 0 | 0.32 | 192.95 | 0.35 | 0.51 |
| Hex | 55 | 9A | AD | 33 | B | 0 | 20 | C1 | 23 | 33 |
| Octal | 125 | 232 | 255 | 63 | 13 | 0 | 40 | 301 | 43 | 63 |
| Binary | 1010101 | 10011010 | 10101101 | 110011 | 1011 | 0 | 100000 | 11000001 | 100011 | 110011 |
Color Harmonies of #559AAD
Complementary color
Monochromatic Colors of #559AAD
Black with #559AAD
Text Example
Text Example
White with #559AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559AAD; }
p { color: rgb(85,154,173); }
H1.HeaderClassName
{
color: #559AAD;
}
.AnyTagClassName
{
color: #559AAD;
}
</style>
background-color css
<style>
a { background-color: #559AAD; }
a { background-color: rgb(85,154,173); }
div.DivClassName
{
background-color: #559AAD;
}
.BgClassName
{
background-color: #559AAD;
}
</style>
border-color css
<style>
span { border-color: #559AAD; }
span { border-color: rgb(85,154,173); }
td.TdClassName
{
border-color: #559AAD;
}
.TagClassName
{
border-color: #559AAD;
}
</style>