Shades of Shakespeare #559FBA
Tints of Shakespeare #559FBA
RGB
CMYK
RGB Variations
Color information
#559FBA (or 0x559FBA) is known color: Shakespeare. HEX triplet: 55, 9F and BA. RGB value is (85,159,186). Sum of RGB (Red+Green+Blue) = 85+159+186=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #559FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559FBA is #AA6045. Grayscale: #8B8B8B. Windows color (decimal): -11165766 or 12230485. OLE color: 12230485.
HSL color Cylindrical-coordinate representation of color #559FBA: hue angle of 196.04º 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 #559FBA is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 159 | 186 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.27 |
| HSL | 196.04º | 0.42% | 0.53% | - |
| HSV(B) | 196.04º | 0.54% | 0.73% | - |
| XYZ | 25.01 | 30.27 | 50.98 | - |
| YUV | 139.95 | 153.98 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 186 | 0.54 | 0.15 | 0 | 0.27 | 196.04 | 0.42 | 0.53 |
| Hex | 55 | 9F | BA | 36 | F | 0 | 1B | C4 | 2A | 35 |
| Octal | 125 | 237 | 272 | 66 | 17 | 0 | 33 | 304 | 52 | 65 |
| Binary | 1010101 | 10011111 | 10111010 | 110110 | 1111 | 0 | 11011 | 11000100 | 101010 | 110101 |
Color Harmonies of #559FBA
Complementary color
Monochromatic Colors of #559FBA
Black with #559FBA
Text Example
Text Example
White with #559FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559FBA; }
p { color: rgb(85,159,186); }
H1.HeaderClassName
{
color: #559FBA;
}
.AnyTagClassName
{
color: #559FBA;
}
</style>
background-color css
<style>
a { background-color: #559FBA; }
a { background-color: rgb(85,159,186); }
div.DivClassName
{
background-color: #559FBA;
}
.BgClassName
{
background-color: #559FBA;
}
</style>
border-color css
<style>
span { border-color: #559FBA; }
span { border-color: rgb(85,159,186); }
td.TdClassName
{
border-color: #559FBA;
}
.TagClassName
{
border-color: #559FBA;
}
</style>