Shades of Shakespeare #5499AC
Tints of Shakespeare #5499AC
RGB
CMYK
RGB Variations
Color information
#5499AC (or 0x5499AC) is known color: Shakespeare. HEX triplet: 54, 99 and AC. RGB value is (84,153,172). Sum of RGB (Red+Green+Blue) = 84+153+172=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #5499AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5499AC is #AB6653. Grayscale: #868686. Windows color (decimal): -11232852 or 11311444. OLE color: 11311444.
HSL color Cylindrical-coordinate representation of color #5499AC: hue angle of 192.95º degrees, saturation: 0.35, 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 #5499AC is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 153 | 172 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.33 |
| HSL | 192.95º | 0.35% | 0.5% | - |
| HSV(B) | 192.95º | 0.51% | 0.67% | - |
| XYZ | 22.49 | 27.65 | 43.18 | - |
| YUV | 134.54 | 149.14 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 172 | 0.51 | 0.11 | 0 | 0.33 | 192.95 | 0.35 | 0.5 |
| Hex | 54 | 99 | AC | 33 | B | 0 | 21 | C1 | 23 | 32 |
| Octal | 124 | 231 | 254 | 63 | 13 | 0 | 41 | 301 | 43 | 62 |
| Binary | 1010100 | 10011001 | 10101100 | 110011 | 1011 | 0 | 100001 | 11000001 | 100011 | 110010 |
Color Harmonies of #5499AC
Complementary color
Monochromatic Colors of #5499AC
Black with #5499AC
Text Example
Text Example
White with #5499AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5499AC; }
p { color: rgb(84,153,172); }
H1.HeaderClassName
{
color: #5499AC;
}
.AnyTagClassName
{
color: #5499AC;
}
</style>
background-color css
<style>
a { background-color: #5499AC; }
a { background-color: rgb(84,153,172); }
div.DivClassName
{
background-color: #5499AC;
}
.BgClassName
{
background-color: #5499AC;
}
</style>
border-color css
<style>
span { border-color: #5499AC; }
span { border-color: rgb(84,153,172); }
td.TdClassName
{
border-color: #5499AC;
}
.TagClassName
{
border-color: #5499AC;
}
</style>