Shades of Shakespeare #549CBB
Tints of Shakespeare #549CBB
RGB
CMYK
RGB Variations
Color information
#549CBB (or 0x549CBB) is known color: Shakespeare. HEX triplet: 54, 9C and BB. RGB value is (84,156,187). Sum of RGB (Red+Green+Blue) = 84+156+187=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #549CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549CBB is #AB6344. Grayscale: #898989. Windows color (decimal): -11232069 or 12295252. OLE color: 12295252.
HSL color Cylindrical-coordinate representation of color #549CBB: hue angle of 198.06º degrees, saturation: 0.43, 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 #549CBB is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 156 | 187 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.27 |
| HSL | 198.06º | 0.43% | 0.53% | - |
| HSV(B) | 198.06º | 0.55% | 0.73% | - |
| XYZ | 24.51 | 29.25 | 51.37 | - |
| YUV | 138.01 | 155.65 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 187 | 0.55 | 0.17 | 0 | 0.27 | 198.06 | 0.43 | 0.53 |
| Hex | 54 | 9C | BB | 37 | 11 | 0 | 1B | C6 | 2B | 35 |
| Octal | 124 | 234 | 273 | 67 | 21 | 0 | 33 | 306 | 53 | 65 |
| Binary | 1010100 | 10011100 | 10111011 | 110111 | 10001 | 0 | 11011 | 11000110 | 101011 | 110101 |
Color Harmonies of #549CBB
Complementary color
Monochromatic Colors of #549CBB
Black with #549CBB
Text Example
Text Example
White with #549CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549CBB; }
p { color: rgb(84,156,187); }
H1.HeaderClassName
{
color: #549CBB;
}
.AnyTagClassName
{
color: #549CBB;
}
</style>
background-color css
<style>
a { background-color: #549CBB; }
a { background-color: rgb(84,156,187); }
div.DivClassName
{
background-color: #549CBB;
}
.BgClassName
{
background-color: #549CBB;
}
</style>
border-color css
<style>
span { border-color: #549CBB; }
span { border-color: rgb(84,156,187); }
td.TdClassName
{
border-color: #549CBB;
}
.TagClassName
{
border-color: #549CBB;
}
</style>