Shades of Shakespeare #559BAF
Tints of Shakespeare #559BAF
RGB
CMYK
RGB Variations
Color information
#559BAF (or 0x559BAF) is known color: Shakespeare. HEX triplet: 55, 9B and AF. RGB value is (85,155,175). Sum of RGB (Red+Green+Blue) = 85+155+175=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #559BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559BAF is #AA6450. Grayscale: #888888. Windows color (decimal): -11166801 or 11508565. OLE color: 11508565.
HSL color Cylindrical-coordinate representation of color #559BAF: hue angle of 193.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #559BAF is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 155 | 175 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.31 |
| HSL | 193.33º | 0.36% | 0.51% | - |
| HSV(B) | 193.33º | 0.51% | 0.69% | - |
| XYZ | 23.21 | 28.47 | 44.83 | - |
| YUV | 136.35 | 149.81 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 175 | 0.51 | 0.11 | 0 | 0.31 | 193.33 | 0.36 | 0.51 |
| Hex | 55 | 9B | AF | 33 | B | 0 | 1F | C1 | 24 | 33 |
| Octal | 125 | 233 | 257 | 63 | 13 | 0 | 37 | 301 | 44 | 63 |
| Binary | 1010101 | 10011011 | 10101111 | 110011 | 1011 | 0 | 11111 | 11000001 | 100100 | 110011 |
Color Harmonies of #559BAF
Complementary color
Monochromatic Colors of #559BAF
Black with #559BAF
Text Example
Text Example
White with #559BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BAF; }
p { color: rgb(85,155,175); }
H1.HeaderClassName
{
color: #559BAF;
}
.AnyTagClassName
{
color: #559BAF;
}
</style>
background-color css
<style>
a { background-color: #559BAF; }
a { background-color: rgb(85,155,175); }
div.DivClassName
{
background-color: #559BAF;
}
.BgClassName
{
background-color: #559BAF;
}
</style>
border-color css
<style>
span { border-color: #559BAF; }
span { border-color: rgb(85,155,175); }
td.TdClassName
{
border-color: #559BAF;
}
.TagClassName
{
border-color: #559BAF;
}
</style>