Shades of Half Baked #548894
Tints of Half Baked #548894
RGB
CMYK
RGB Variations
Color information
#548894 (or 0x548894) is known color: Half Baked. HEX triplet: 54, 88 and 94. RGB value is (84,136,148). Sum of RGB (Red+Green+Blue) = 84+136+148=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 148 - color contains mainly: blue. Hex color #548894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548894 is #AB776B. Grayscale: #797979. Windows color (decimal): -11237228 or 9734228. OLE color: 9734228.
HSL color Cylindrical-coordinate representation of color #548894: hue angle of 191.25º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #548894 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 136 | 148 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.42 |
| HSL | 191.25º | 0.28% | 0.45% | - |
| HSV(B) | 191.25º | 0.43% | 0.58% | - |
| XYZ | 17.81 | 21.63 | 31.25 | - |
| YUV | 121.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 136 | 148 | 0.43 | 0.08 | 0 | 0.42 | 191.25 | 0.28 | 0.45 |
| Hex | 54 | 88 | 94 | 2B | 8 | 0 | 2A | BF | 1C | 2D |
| Octal | 124 | 210 | 224 | 53 | 10 | 0 | 52 | 277 | 34 | 55 |
| Binary | 1010100 | 10001000 | 10010100 | 101011 | 1000 | 0 | 101010 | 10111111 | 11100 | 101101 |
Color Harmonies of #548894
Complementary color
Monochromatic Colors of #548894
Black with #548894
Text Example
Text Example
White with #548894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548894; }
p { color: rgb(84,136,148); }
H1.HeaderClassName
{
color: #548894;
}
.AnyTagClassName
{
color: #548894;
}
</style>
background-color css
<style>
a { background-color: #548894; }
a { background-color: rgb(84,136,148); }
div.DivClassName
{
background-color: #548894;
}
.BgClassName
{
background-color: #548894;
}
</style>
border-color css
<style>
span { border-color: #548894; }
span { border-color: rgb(84,136,148); }
td.TdClassName
{
border-color: #548894;
}
.TagClassName
{
border-color: #548894;
}
</style>