Shades of Shakespeare #5499AB
Tints of Shakespeare #5499AB
RGB
CMYK
RGB Variations
Color information
#5499AB (or 0x5499AB) is known color: Shakespeare. HEX triplet: 54, 99 and AB. RGB value is (84,153,171). Sum of RGB (Red+Green+Blue) = 84+153+171=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #5499AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5499AB is #AB6654. Grayscale: #868686. Windows color (decimal): -11232853 or 11245908. OLE color: 11245908.
HSL color Cylindrical-coordinate representation of color #5499AB: hue angle of 192.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5499AB is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 153 | 171 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.33 |
| HSL | 192.41º | 0.34% | 0.5% | - |
| HSV(B) | 192.41º | 0.51% | 0.67% | - |
| XYZ | 22.4 | 27.61 | 42.68 | - |
| YUV | 134.42 | 148.64 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 171 | 0.51 | 0.11 | 0 | 0.33 | 192.41 | 0.34 | 0.5 |
| Hex | 54 | 99 | AB | 33 | B | 0 | 21 | C0 | 22 | 32 |
| Octal | 124 | 231 | 253 | 63 | 13 | 0 | 41 | 300 | 42 | 62 |
| Binary | 1010100 | 10011001 | 10101011 | 110011 | 1011 | 0 | 100001 | 11000000 | 100010 | 110010 |
Color Harmonies of #5499AB
Complementary color
Monochromatic Colors of #5499AB
Black with #5499AB
Text Example
Text Example
White with #5499AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5499AB; }
p { color: rgb(84,153,171); }
H1.HeaderClassName
{
color: #5499AB;
}
.AnyTagClassName
{
color: #5499AB;
}
</style>
background-color css
<style>
a { background-color: #5499AB; }
a { background-color: rgb(84,153,171); }
div.DivClassName
{
background-color: #5499AB;
}
.BgClassName
{
background-color: #5499AB;
}
</style>
border-color css
<style>
span { border-color: #5499AB; }
span { border-color: rgb(84,153,171); }
td.TdClassName
{
border-color: #5499AB;
}
.TagClassName
{
border-color: #5499AB;
}
</style>