Shades of Half Baked #54848C
Tints of Half Baked #54848C
RGB
CMYK
RGB Variations
Color information
#54848C (or 0x54848C) is known color: Half Baked. HEX triplet: 54, 84 and 8C. RGB value is (84,132,140). Sum of RGB (Red+Green+Blue) = 84+132+140=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #54848C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54848C is #AB7B73. Grayscale: #767676. Windows color (decimal): -11238260 or 9208916. OLE color: 9208916.
HSL color Cylindrical-coordinate representation of color #54848C: hue angle of 188.57º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54848C is Cyan = 0.4, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 132 | 140 | - |
| CMYK | 0.4 | 0.06 | 0 | 0.45 |
| HSL | 188.57º | 0.25% | 0.44% | - |
| HSV(B) | 188.57º | 0.4% | 0.55% | - |
| XYZ | 16.64 | 20.28 | 27.85 | - |
| YUV | 118.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 132 | 140 | 0.4 | 0.06 | 0 | 0.45 | 188.57 | 0.25 | 0.44 |
| Hex | 54 | 84 | 8C | 28 | 6 | 0 | 2D | BD | 19 | 2C |
| Octal | 124 | 204 | 214 | 50 | 6 | 0 | 55 | 275 | 31 | 54 |
| Binary | 1010100 | 10000100 | 10001100 | 101000 | 110 | 0 | 101101 | 10111101 | 11001 | 101100 |
Color Harmonies of #54848C
Complementary color
Monochromatic Colors of #54848C
Black with #54848C
Text Example
Text Example
White with #54848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54848C; }
p { color: rgb(84,132,140); }
H1.HeaderClassName
{
color: #54848C;
}
.AnyTagClassName
{
color: #54848C;
}
</style>
background-color css
<style>
a { background-color: #54848C; }
a { background-color: rgb(84,132,140); }
div.DivClassName
{
background-color: #54848C;
}
.BgClassName
{
background-color: #54848C;
}
</style>
border-color css
<style>
span { border-color: #54848C; }
span { border-color: rgb(84,132,140); }
td.TdClassName
{
border-color: #54848C;
}
.TagClassName
{
border-color: #54848C;
}
</style>