Shades of Shakespeare #559DBA
Tints of Shakespeare #559DBA
RGB
CMYK
RGB Variations
Color information
#559DBA (or 0x559DBA) is known color: Shakespeare. HEX triplet: 55, 9D and BA. RGB value is (85,157,186). Sum of RGB (Red+Green+Blue) = 85+157+186=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #559DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DBA is #AA6245. Grayscale: #8A8A8A. Windows color (decimal): -11166278 or 12229973. OLE color: 12229973.
HSL color Cylindrical-coordinate representation of color #559DBA: hue angle of 197.23º 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 #559DBA is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 157 | 186 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.27 |
| HSL | 197.23º | 0.42% | 0.53% | - |
| HSV(B) | 197.23º | 0.54% | 0.73% | - |
| XYZ | 24.67 | 29.59 | 50.87 | - |
| YUV | 138.78 | 154.65 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 186 | 0.54 | 0.16 | 0 | 0.27 | 197.23 | 0.42 | 0.53 |
| Hex | 55 | 9D | BA | 36 | 10 | 0 | 1B | C5 | 2A | 35 |
| Octal | 125 | 235 | 272 | 66 | 20 | 0 | 33 | 305 | 52 | 65 |
| Binary | 1010101 | 10011101 | 10111010 | 110110 | 10000 | 0 | 11011 | 11000101 | 101010 | 110101 |
Color Harmonies of #559DBA
Complementary color
Monochromatic Colors of #559DBA
Black with #559DBA
Text Example
Text Example
White with #559DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559DBA; }
p { color: rgb(85,157,186); }
H1.HeaderClassName
{
color: #559DBA;
}
.AnyTagClassName
{
color: #559DBA;
}
</style>
background-color css
<style>
a { background-color: #559DBA; }
a { background-color: rgb(85,157,186); }
div.DivClassName
{
background-color: #559DBA;
}
.BgClassName
{
background-color: #559DBA;
}
</style>
border-color css
<style>
span { border-color: #559DBA; }
span { border-color: rgb(85,157,186); }
td.TdClassName
{
border-color: #559DBA;
}
.TagClassName
{
border-color: #559DBA;
}
</style>