Shades of Shakespeare #559AC0
Tints of Shakespeare #559AC0
RGB
CMYK
RGB Variations
Color information
#559AC0 (or 0x559AC0) is known color: Shakespeare. HEX triplet: 55, 9A and C0. RGB value is (85,154,192). Sum of RGB (Red+Green+Blue) = 85+154+192=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #559AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559AC0 is #AA653F. Grayscale: #898989. Windows color (decimal): -11167040 or 12622421. OLE color: 12622421.
HSL color Cylindrical-coordinate representation of color #559AC0: hue angle of 201.31º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #559AC0 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 154 | 192 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.25 |
| HSL | 201.31º | 0.46% | 0.54% | - |
| HSV(B) | 201.31º | 0.56% | 0.75% | - |
| XYZ | 24.82 | 28.85 | 54.13 | - |
| YUV | 137.7 | 158.64 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 192 | 0.56 | 0.20 | 0 | 0.25 | 201.31 | 0.46 | 0.54 |
| Hex | 55 | 9A | C0 | 38 | 14 | 0 | 19 | C9 | 2E | 36 |
| Octal | 125 | 232 | 300 | 70 | 24 | 0 | 31 | 311 | 56 | 66 |
| Binary | 1010101 | 10011010 | 11000000 | 111000 | 10100 | 0 | 11001 | 11001001 | 101110 | 110110 |
Color Harmonies of #559AC0
Complementary color
Monochromatic Colors of #559AC0
Black with #559AC0
Text Example
Text Example
White with #559AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559AC0; }
p { color: rgb(85,154,192); }
H1.HeaderClassName
{
color: #559AC0;
}
.AnyTagClassName
{
color: #559AC0;
}
</style>
background-color css
<style>
a { background-color: #559AC0; }
a { background-color: rgb(85,154,192); }
div.DivClassName
{
background-color: #559AC0;
}
.BgClassName
{
background-color: #559AC0;
}
</style>
border-color css
<style>
span { border-color: #559AC0; }
span { border-color: rgb(85,154,192); }
td.TdClassName
{
border-color: #559AC0;
}
.TagClassName
{
border-color: #559AC0;
}
</style>