Shades of Shakespeare #549BB9
Tints of Shakespeare #549BB9
RGB
CMYK
RGB Variations
Color information
#549BB9 (or 0x549BB9) is known color: Shakespeare. HEX triplet: 54, 9B and B9. RGB value is (84,155,185). Sum of RGB (Red+Green+Blue) = 84+155+185=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 185 - color contains mainly: blue. Hex color #549BB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549BB9 is #AB6446. Grayscale: #898989. Windows color (decimal): -11232327 or 12163924. OLE color: 12163924.
HSL color Cylindrical-coordinate representation of color #549BB9: hue angle of 197.82º 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 #549BB9 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 155 | 185 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.27 |
| HSL | 197.82º | 0.42% | 0.53% | - |
| HSV(B) | 197.82º | 0.55% | 0.73% | - |
| XYZ | 24.13 | 28.83 | 50.19 | - |
| YUV | 137.19 | 154.98 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 185 | 0.55 | 0.16 | 0 | 0.27 | 197.82 | 0.42 | 0.53 |
| Hex | 54 | 9B | B9 | 37 | 10 | 0 | 1B | C6 | 2A | 35 |
| Octal | 124 | 233 | 271 | 67 | 20 | 0 | 33 | 306 | 52 | 65 |
| Binary | 1010100 | 10011011 | 10111001 | 110111 | 10000 | 0 | 11011 | 11000110 | 101010 | 110101 |
Color Harmonies of #549BB9
Complementary color
Monochromatic Colors of #549BB9
Black with #549BB9
Text Example
Text Example
White with #549BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549BB9; }
p { color: rgb(84,155,185); }
H1.HeaderClassName
{
color: #549BB9;
}
.AnyTagClassName
{
color: #549BB9;
}
</style>
background-color css
<style>
a { background-color: #549BB9; }
a { background-color: rgb(84,155,185); }
div.DivClassName
{
background-color: #549BB9;
}
.BgClassName
{
background-color: #549BB9;
}
</style>
border-color css
<style>
span { border-color: #549BB9; }
span { border-color: rgb(84,155,185); }
td.TdClassName
{
border-color: #549BB9;
}
.TagClassName
{
border-color: #549BB9;
}
</style>