Shades of Shakespeare #5599AE
Tints of Shakespeare #5599AE
RGB
CMYK
RGB Variations
Color information
#5599AE (or 0x5599AE) is known color: Shakespeare. HEX triplet: 55, 99 and AE. RGB value is (85,153,174). Sum of RGB (Red+Green+Blue) = 85+153+174=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #5599AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5599AE is #AA6651. Grayscale: #868686. Windows color (decimal): -11167314 or 11442517. OLE color: 11442517.
HSL color Cylindrical-coordinate representation of color #5599AE: hue angle of 194.16º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5599AE is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 153 | 174 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.32 |
| HSL | 194.16º | 0.35% | 0.51% | - |
| HSV(B) | 194.16º | 0.51% | 0.68% | - |
| XYZ | 22.78 | 27.77 | 44.2 | - |
| YUV | 135.06 | 149.97 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 174 | 0.51 | 0.12 | 0 | 0.32 | 194.16 | 0.35 | 0.51 |
| Hex | 55 | 99 | AE | 33 | C | 0 | 20 | C2 | 23 | 33 |
| Octal | 125 | 231 | 256 | 63 | 14 | 0 | 40 | 302 | 43 | 63 |
| Binary | 1010101 | 10011001 | 10101110 | 110011 | 1100 | 0 | 100000 | 11000010 | 100011 | 110011 |
Color Harmonies of #5599AE
Complementary color
Monochromatic Colors of #5599AE
Black with #5599AE
Text Example
Text Example
White with #5599AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5599AE; }
p { color: rgb(85,153,174); }
H1.HeaderClassName
{
color: #5599AE;
}
.AnyTagClassName
{
color: #5599AE;
}
</style>
background-color css
<style>
a { background-color: #5599AE; }
a { background-color: rgb(85,153,174); }
div.DivClassName
{
background-color: #5599AE;
}
.BgClassName
{
background-color: #5599AE;
}
</style>
border-color css
<style>
span { border-color: #5599AE; }
span { border-color: rgb(85,153,174); }
td.TdClassName
{
border-color: #5599AE;
}
.TagClassName
{
border-color: #5599AE;
}
</style>