Shades of Shakespeare #549AB9
Tints of Shakespeare #549AB9
RGB
CMYK
RGB Variations
Color information
#549AB9 (or 0x549AB9) is known color: Shakespeare. HEX triplet: 54, 9A and B9. RGB value is (84,154,185). Sum of RGB (Red+Green+Blue) = 84+154+185=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 154 (60.55% from 255 or 36.41% 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 #549AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549AB9 is #AB6546. Grayscale: #888888. Windows color (decimal): -11232583 or 12163668. OLE color: 12163668.
HSL color Cylindrical-coordinate representation of color #549AB9: hue angle of 198.42º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #549AB9 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 154 | 185 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.27 |
| HSL | 198.42º | 0.42% | 0.53% | - |
| HSV(B) | 198.42º | 0.55% | 0.73% | - |
| XYZ | 23.97 | 28.5 | 50.14 | - |
| YUV | 136.6 | 155.31 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 154 | 185 | 0.55 | 0.17 | 0 | 0.27 | 198.42 | 0.42 | 0.53 |
| Hex | 54 | 9A | B9 | 37 | 11 | 0 | 1B | C6 | 2A | 35 |
| Octal | 124 | 232 | 271 | 67 | 21 | 0 | 33 | 306 | 52 | 65 |
| Binary | 1010100 | 10011010 | 10111001 | 110111 | 10001 | 0 | 11011 | 11000110 | 101010 | 110101 |
Color Harmonies of #549AB9
Complementary color
Monochromatic Colors of #549AB9
Black with #549AB9
Text Example
Text Example
White with #549AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549AB9; }
p { color: rgb(84,154,185); }
H1.HeaderClassName
{
color: #549AB9;
}
.AnyTagClassName
{
color: #549AB9;
}
</style>
background-color css
<style>
a { background-color: #549AB9; }
a { background-color: rgb(84,154,185); }
div.DivClassName
{
background-color: #549AB9;
}
.BgClassName
{
background-color: #549AB9;
}
</style>
border-color css
<style>
span { border-color: #549AB9; }
span { border-color: rgb(84,154,185); }
td.TdClassName
{
border-color: #549AB9;
}
.TagClassName
{
border-color: #549AB9;
}
</style>