Shades of Half Baked #548D99
Tints of Half Baked #548D99
RGB
CMYK
RGB Variations
Color information
#548D99 (or 0x548D99) is known color: Half Baked. HEX triplet: 54, 8D and 99. RGB value is (84,141,153). Sum of RGB (Red+Green+Blue) = 84+141+153=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #548D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548D99 is #AB7266. Grayscale: #7D7D7D. Windows color (decimal): -11235943 or 10063188. OLE color: 10063188.
HSL color Cylindrical-coordinate representation of color #548D99: hue angle of 190.43º 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 #548D99 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 141 | 153 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.4 |
| HSL | 190.43º | 0.29% | 0.46% | - |
| HSV(B) | 190.43º | 0.45% | 0.6% | - |
| XYZ | 18.93 | 23.23 | 33.62 | - |
| YUV | 125.33 | 143.62 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 141 | 153 | 0.45 | 0.08 | 0 | 0.4 | 190.43 | 0.29 | 0.46 |
| Hex | 54 | 8D | 99 | 2D | 8 | 0 | 28 | BE | 1D | 2E |
| Octal | 124 | 215 | 231 | 55 | 10 | 0 | 50 | 276 | 35 | 56 |
| Binary | 1010100 | 10001101 | 10011001 | 101101 | 1000 | 0 | 101000 | 10111110 | 11101 | 101110 |
Color Harmonies of #548D99
Complementary color
Monochromatic Colors of #548D99
Black with #548D99
Text Example
Text Example
White with #548D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548D99; }
p { color: rgb(84,141,153); }
H1.HeaderClassName
{
color: #548D99;
}
.AnyTagClassName
{
color: #548D99;
}
</style>
background-color css
<style>
a { background-color: #548D99; }
a { background-color: rgb(84,141,153); }
div.DivClassName
{
background-color: #548D99;
}
.BgClassName
{
background-color: #548D99;
}
</style>
border-color css
<style>
span { border-color: #548D99; }
span { border-color: rgb(84,141,153); }
td.TdClassName
{
border-color: #548D99;
}
.TagClassName
{
border-color: #548D99;
}
</style>