Shades of Half Baked #548E99
Tints of Half Baked #548E99
RGB
CMYK
RGB Variations
Color information
#548E99 (or 0x548E99) is known color: Half Baked. HEX triplet: 54, 8E and 99. RGB value is (84,142,153). Sum of RGB (Red+Green+Blue) = 84+142+153=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #548E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548E99 is #AB7166. Grayscale: #7D7D7D. Windows color (decimal): -11235687 or 10063444. OLE color: 10063444.
HSL color Cylindrical-coordinate representation of color #548E99: hue angle of 189.57º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #548E99 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 142 | 153 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.4 |
| HSL | 189.57º | 0.29% | 0.46% | - |
| HSV(B) | 189.57º | 0.45% | 0.6% | - |
| XYZ | 19.08 | 23.53 | 33.67 | - |
| YUV | 125.91 | 143.28 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 142 | 153 | 0.45 | 0.07 | 0 | 0.4 | 189.57 | 0.29 | 0.46 |
| Hex | 54 | 8E | 99 | 2D | 7 | 0 | 28 | BE | 1D | 2E |
| Octal | 124 | 216 | 231 | 55 | 7 | 0 | 50 | 276 | 35 | 56 |
| Binary | 1010100 | 10001110 | 10011001 | 101101 | 111 | 0 | 101000 | 10111110 | 11101 | 101110 |
Color Harmonies of #548E99
Complementary color
Monochromatic Colors of #548E99
Black with #548E99
Text Example
Text Example
White with #548E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548E99; }
p { color: rgb(84,142,153); }
H1.HeaderClassName
{
color: #548E99;
}
.AnyTagClassName
{
color: #548E99;
}
</style>
background-color css
<style>
a { background-color: #548E99; }
a { background-color: rgb(84,142,153); }
div.DivClassName
{
background-color: #548E99;
}
.BgClassName
{
background-color: #548E99;
}
</style>
border-color css
<style>
span { border-color: #548E99; }
span { border-color: rgb(84,142,153); }
td.TdClassName
{
border-color: #548E99;
}
.TagClassName
{
border-color: #548E99;
}
</style>