Shades of Half Baked #549799
Tints of Half Baked #549799
RGB
CMYK
RGB Variations
Color information
#549799 (or 0x549799) is known color: Half Baked. HEX triplet: 54, 97 and 99. RGB value is (84,151,153). Sum of RGB (Red+Green+Blue) = 84+151+153=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #549799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549799 is #AB6866. Grayscale: #838383. Windows color (decimal): -11233383 or 10065748. OLE color: 10065748.
HSL color Cylindrical-coordinate representation of color #549799: hue angle of 181.74º 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 #549799 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 151 | 153 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.4 |
| HSL | 181.74º | 0.29% | 0.46% | - |
| HSV(B) | 181.74º | 0.45% | 0.6% | - |
| XYZ | 20.47 | 26.32 | 34.14 | - |
| YUV | 131.2 | 140.3 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 151 | 153 | 0.45 | 0.01 | 0 | 0.4 | 181.74 | 0.29 | 0.46 |
| Hex | 54 | 97 | 99 | 2D | 1 | 0 | 28 | B6 | 1D | 2E |
| Octal | 124 | 227 | 231 | 55 | 1 | 0 | 50 | 266 | 35 | 56 |
| Binary | 1010100 | 10010111 | 10011001 | 101101 | 1 | 0 | 101000 | 10110110 | 11101 | 101110 |
Color Harmonies of #549799
Complementary color
Monochromatic Colors of #549799
Black with #549799
Text Example
Text Example
White with #549799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549799; }
p { color: rgb(84,151,153); }
H1.HeaderClassName
{
color: #549799;
}
.AnyTagClassName
{
color: #549799;
}
</style>
background-color css
<style>
a { background-color: #549799; }
a { background-color: rgb(84,151,153); }
div.DivClassName
{
background-color: #549799;
}
.BgClassName
{
background-color: #549799;
}
</style>
border-color css
<style>
span { border-color: #549799; }
span { border-color: rgb(84,151,153); }
td.TdClassName
{
border-color: #549799;
}
.TagClassName
{
border-color: #549799;
}
</style>