Shades of Shakespeare #559BBE
Tints of Shakespeare #559BBE
RGB
CMYK
RGB Variations
Color information
#559BBE (or 0x559BBE) is known color: Shakespeare. HEX triplet: 55, 9B and BE. RGB value is (85,155,190). Sum of RGB (Red+Green+Blue) = 85+155+190=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #559BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BBE is #AA6441. Grayscale: #898989. Windows color (decimal): -11166786 or 12491605. OLE color: 12491605.
HSL color Cylindrical-coordinate representation of color #559BBE: hue angle of 200º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #559BBE is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 155 | 190 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.25 |
| HSL | 200º | 0.45% | 0.54% | - |
| HSV(B) | 200º | 0.55% | 0.75% | - |
| XYZ | 24.76 | 29.09 | 53.03 | - |
| YUV | 138.06 | 157.31 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 190 | 0.55 | 0.18 | 0 | 0.25 | 200 | 0.45 | 0.54 |
| Hex | 55 | 9B | BE | 37 | 12 | 0 | 19 | C8 | 2D | 36 |
| Octal | 125 | 233 | 276 | 67 | 22 | 0 | 31 | 310 | 55 | 66 |
| Binary | 1010101 | 10011011 | 10111110 | 110111 | 10010 | 0 | 11001 | 11001000 | 101101 | 110110 |
Color Harmonies of #559BBE
Complementary color
Monochromatic Colors of #559BBE
Black with #559BBE
Text Example
Text Example
White with #559BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BBE; }
p { color: rgb(85,155,190); }
H1.HeaderClassName
{
color: #559BBE;
}
.AnyTagClassName
{
color: #559BBE;
}
</style>
background-color css
<style>
a { background-color: #559BBE; }
a { background-color: rgb(85,155,190); }
div.DivClassName
{
background-color: #559BBE;
}
.BgClassName
{
background-color: #559BBE;
}
</style>
border-color css
<style>
span { border-color: #559BBE; }
span { border-color: rgb(85,155,190); }
td.TdClassName
{
border-color: #559BBE;
}
.TagClassName
{
border-color: #559BBE;
}
</style>