Shades of Shakespeare #559DC2
Tints of Shakespeare #559DC2
RGB
CMYK
RGB Variations
Color information
#559DC2 (or 0x559DC2) is known color: Shakespeare. HEX triplet: 55, 9D and C2. RGB value is (85,157,194). Sum of RGB (Red+Green+Blue) = 85+157+194=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #559DC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DC2 is #AA623D. Grayscale: #8B8B8B. Windows color (decimal): -11166270 or 12754261. OLE color: 12754261.
HSL color Cylindrical-coordinate representation of color #559DC2: hue angle of 200.37º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #559DC2 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 157 | 194 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.24 |
| HSL | 200.37º | 0.47% | 0.55% | - |
| HSV(B) | 200.37º | 0.56% | 0.76% | - |
| XYZ | 25.54 | 29.94 | 55.47 | - |
| YUV | 139.69 | 158.65 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 194 | 0.56 | 0.19 | 0 | 0.24 | 200.37 | 0.47 | 0.55 |
| Hex | 55 | 9D | C2 | 38 | 13 | 0 | 18 | C8 | 2F | 37 |
| Octal | 125 | 235 | 302 | 70 | 23 | 0 | 30 | 310 | 57 | 67 |
| Binary | 1010101 | 10011101 | 11000010 | 111000 | 10011 | 0 | 11000 | 11001000 | 101111 | 110111 |
Color Harmonies of #559DC2
Complementary color
Monochromatic Colors of #559DC2
Black with #559DC2
Text Example
Text Example
White with #559DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559DC2; }
p { color: rgb(85,157,194); }
H1.HeaderClassName
{
color: #559DC2;
}
.AnyTagClassName
{
color: #559DC2;
}
</style>
background-color css
<style>
a { background-color: #559DC2; }
a { background-color: rgb(85,157,194); }
div.DivClassName
{
background-color: #559DC2;
}
.BgClassName
{
background-color: #559DC2;
}
</style>
border-color css
<style>
span { border-color: #559DC2; }
span { border-color: rgb(85,157,194); }
td.TdClassName
{
border-color: #559DC2;
}
.TagClassName
{
border-color: #559DC2;
}
</style>