Shades of Half Baked #549096
Tints of Half Baked #549096
RGB
CMYK
RGB Variations
Color information
#549096 (or 0x549096) is known color: Half Baked. HEX triplet: 54, 90 and 96. RGB value is (84,144,150). Sum of RGB (Red+Green+Blue) = 84+144+150=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 150 - color contains mainly: blue. Hex color #549096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549096 is #AB6F69. Grayscale: #7E7E7E. Windows color (decimal): -11235178 or 9867348. OLE color: 9867348.
HSL color Cylindrical-coordinate representation of color #549096: hue angle of 185.45º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549096 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 144 | 150 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.41 |
| HSL | 185.45º | 0.28% | 0.46% | - |
| HSV(B) | 185.45º | 0.44% | 0.59% | - |
| XYZ | 19.13 | 24.03 | 32.48 | - |
| YUV | 126.74 | 141.12 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 144 | 150 | 0.44 | 0.04 | 0 | 0.41 | 185.45 | 0.28 | 0.46 |
| Hex | 54 | 90 | 96 | 2C | 4 | 0 | 29 | B9 | 1C | 2E |
| Octal | 124 | 220 | 226 | 54 | 4 | 0 | 51 | 271 | 34 | 56 |
| Binary | 1010100 | 10010000 | 10010110 | 101100 | 100 | 0 | 101001 | 10111001 | 11100 | 101110 |
Color Harmonies of #549096
Complementary color
Monochromatic Colors of #549096
Black with #549096
Text Example
Text Example
White with #549096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549096; }
p { color: rgb(84,144,150); }
H1.HeaderClassName
{
color: #549096;
}
.AnyTagClassName
{
color: #549096;
}
</style>
background-color css
<style>
a { background-color: #549096; }
a { background-color: rgb(84,144,150); }
div.DivClassName
{
background-color: #549096;
}
.BgClassName
{
background-color: #549096;
}
</style>
border-color css
<style>
span { border-color: #549096; }
span { border-color: rgb(84,144,150); }
td.TdClassName
{
border-color: #549096;
}
.TagClassName
{
border-color: #549096;
}
</style>