Shades of Shakespeare #559CBA
Tints of Shakespeare #559CBA
RGB
CMYK
RGB Variations
Color information
#559CBA (or 0x559CBA) is known color: Shakespeare. HEX triplet: 55, 9C and BA. RGB value is (85,156,186). Sum of RGB (Red+Green+Blue) = 85+156+186=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #559CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559CBA is #AA6345. Grayscale: #8A8A8A. Windows color (decimal): -11166534 or 12229717. OLE color: 12229717.
HSL color Cylindrical-coordinate representation of color #559CBA: hue angle of 197.82º 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 #559CBA is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 156 | 186 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.27 |
| HSL | 197.82º | 0.42% | 0.53% | - |
| HSV(B) | 197.82º | 0.54% | 0.73% | - |
| XYZ | 24.5 | 29.25 | 50.81 | - |
| YUV | 138.19 | 154.98 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 186 | 0.54 | 0.16 | 0 | 0.27 | 197.82 | 0.42 | 0.53 |
| Hex | 55 | 9C | BA | 36 | 10 | 0 | 1B | C6 | 2A | 35 |
| Octal | 125 | 234 | 272 | 66 | 20 | 0 | 33 | 306 | 52 | 65 |
| Binary | 1010101 | 10011100 | 10111010 | 110110 | 10000 | 0 | 11011 | 11000110 | 101010 | 110101 |
Color Harmonies of #559CBA
Complementary color
Monochromatic Colors of #559CBA
Black with #559CBA
Text Example
Text Example
White with #559CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559CBA; }
p { color: rgb(85,156,186); }
H1.HeaderClassName
{
color: #559CBA;
}
.AnyTagClassName
{
color: #559CBA;
}
</style>
background-color css
<style>
a { background-color: #559CBA; }
a { background-color: rgb(85,156,186); }
div.DivClassName
{
background-color: #559CBA;
}
.BgClassName
{
background-color: #559CBA;
}
</style>
border-color css
<style>
span { border-color: #559CBA; }
span { border-color: rgb(85,156,186); }
td.TdClassName
{
border-color: #559CBA;
}
.TagClassName
{
border-color: #559CBA;
}
</style>