Shades of Shakespeare #5599B9
Tints of Shakespeare #5599B9
RGB
CMYK
RGB Variations
Color information
#5599B9 (or 0x5599B9) is known color: Shakespeare. HEX triplet: 55, 99 and B9. RGB value is (85,153,185). Sum of RGB (Red+Green+Blue) = 85+153+185=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 185 - color contains mainly: blue. Hex color #5599B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5599B9 is #AA6646. Grayscale: #888888. Windows color (decimal): -11167303 or 12163413. OLE color: 12163413.
HSL color Cylindrical-coordinate representation of color #5599B9: hue angle of 199.2º 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 #5599B9 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 153 | 185 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.27 |
| HSL | 199.2º | 0.42% | 0.53% | - |
| HSV(B) | 199.2º | 0.54% | 0.73% | - |
| XYZ | 23.89 | 28.22 | 50.09 | - |
| YUV | 136.32 | 155.47 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 185 | 0.54 | 0.17 | 0 | 0.27 | 199.2 | 0.42 | 0.53 |
| Hex | 55 | 99 | B9 | 36 | 11 | 0 | 1B | C7 | 2A | 35 |
| Octal | 125 | 231 | 271 | 66 | 21 | 0 | 33 | 307 | 52 | 65 |
| Binary | 1010101 | 10011001 | 10111001 | 110110 | 10001 | 0 | 11011 | 11000111 | 101010 | 110101 |
Color Harmonies of #5599B9
Complementary color
Monochromatic Colors of #5599B9
Black with #5599B9
Text Example
Text Example
White with #5599B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5599B9; }
p { color: rgb(85,153,185); }
H1.HeaderClassName
{
color: #5599B9;
}
.AnyTagClassName
{
color: #5599B9;
}
</style>
background-color css
<style>
a { background-color: #5599B9; }
a { background-color: rgb(85,153,185); }
div.DivClassName
{
background-color: #5599B9;
}
.BgClassName
{
background-color: #5599B9;
}
</style>
border-color css
<style>
span { border-color: #5599B9; }
span { border-color: rgb(85,153,185); }
td.TdClassName
{
border-color: #5599B9;
}
.TagClassName
{
border-color: #5599B9;
}
</style>