Shades of Shakespeare #559CBC
Tints of Shakespeare #559CBC
RGB
CMYK
RGB Variations
Color information
#559CBC (or 0x559CBC) is known color: Shakespeare. HEX triplet: 55, 9C and BC. RGB value is (85,156,188). Sum of RGB (Red+Green+Blue) = 85+156+188=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #559CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559CBC is #AA6343. Grayscale: #8A8A8A. Windows color (decimal): -11166532 or 12360789. OLE color: 12360789.
HSL color Cylindrical-coordinate representation of color #559CBC: hue angle of 198.64º degrees, saturation: 0.43, 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 #559CBC is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 156 | 188 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.26 |
| HSL | 198.64º | 0.43% | 0.54% | - |
| HSV(B) | 198.64º | 0.55% | 0.74% | - |
| XYZ | 24.71 | 29.34 | 51.94 | - |
| YUV | 138.42 | 155.98 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 188 | 0.55 | 0.17 | 0 | 0.26 | 198.64 | 0.43 | 0.54 |
| Hex | 55 | 9C | BC | 37 | 11 | 0 | 1A | C7 | 2B | 36 |
| Octal | 125 | 234 | 274 | 67 | 21 | 0 | 32 | 307 | 53 | 66 |
| Binary | 1010101 | 10011100 | 10111100 | 110111 | 10001 | 0 | 11010 | 11000111 | 101011 | 110110 |
Color Harmonies of #559CBC
Complementary color
Monochromatic Colors of #559CBC
Black with #559CBC
Text Example
Text Example
White with #559CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559CBC; }
p { color: rgb(85,156,188); }
H1.HeaderClassName
{
color: #559CBC;
}
.AnyTagClassName
{
color: #559CBC;
}
</style>
background-color css
<style>
a { background-color: #559CBC; }
a { background-color: rgb(85,156,188); }
div.DivClassName
{
background-color: #559CBC;
}
.BgClassName
{
background-color: #559CBC;
}
</style>
border-color css
<style>
span { border-color: #559CBC; }
span { border-color: rgb(85,156,188); }
td.TdClassName
{
border-color: #559CBC;
}
.TagClassName
{
border-color: #559CBC;
}
</style>