Shades of Shakespeare #559DB0
Tints of Shakespeare #559DB0
RGB
CMYK
RGB Variations
Color information
#559DB0 (or 0x559DB0) is known color: Shakespeare. HEX triplet: 55, 9D and B0. RGB value is (85,157,176). Sum of RGB (Red+Green+Blue) = 85+157+176=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 176 - color contains mainly: blue. Hex color #559DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559DB0 is #AA624F. Grayscale: #898989. Windows color (decimal): -11166288 or 11574613. OLE color: 11574613.
HSL color Cylindrical-coordinate representation of color #559DB0: hue angle of 192.53º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #559DB0 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 157 | 176 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.31 |
| HSL | 192.53º | 0.37% | 0.51% | - |
| HSV(B) | 192.53º | 0.52% | 0.69% | - |
| XYZ | 23.64 | 29.18 | 45.46 | - |
| YUV | 137.64 | 149.65 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 176 | 0.52 | 0.11 | 0 | 0.31 | 192.53 | 0.37 | 0.51 |
| Hex | 55 | 9D | B0 | 34 | B | 0 | 1F | C1 | 25 | 33 |
| Octal | 125 | 235 | 260 | 64 | 13 | 0 | 37 | 301 | 45 | 63 |
| Binary | 1010101 | 10011101 | 10110000 | 110100 | 1011 | 0 | 11111 | 11000001 | 100101 | 110011 |
Color Harmonies of #559DB0
Complementary color
Monochromatic Colors of #559DB0
Black with #559DB0
Text Example
Text Example
White with #559DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559DB0; }
p { color: rgb(85,157,176); }
H1.HeaderClassName
{
color: #559DB0;
}
.AnyTagClassName
{
color: #559DB0;
}
</style>
background-color css
<style>
a { background-color: #559DB0; }
a { background-color: rgb(85,157,176); }
div.DivClassName
{
background-color: #559DB0;
}
.BgClassName
{
background-color: #559DB0;
}
</style>
border-color css
<style>
span { border-color: #559DB0; }
span { border-color: rgb(85,157,176); }
td.TdClassName
{
border-color: #559DB0;
}
.TagClassName
{
border-color: #559DB0;
}
</style>