Shades of Half Baked #54928C
Tints of Half Baked #54928C
RGB
CMYK
RGB Variations
Color information
#54928C (or 0x54928C) is known color: Half Baked. HEX triplet: 54, 92 and 8C. RGB value is (84,146,140). Sum of RGB (Red+Green+Blue) = 84+146+140=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #54928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54928C is #AB6D73. Grayscale: #7E7E7E. Windows color (decimal): -11234676 or 9212500. OLE color: 9212500.
HSL color Cylindrical-coordinate representation of color #54928C: hue angle of 174.19º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54928C is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 146 | 140 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.43 |
| HSL | 174.19º | 0.27% | 0.45% | - |
| HSV(B) | 174.19º | 0.42% | 0.57% | - |
| XYZ | 18.67 | 24.34 | 28.52 | - |
| YUV | 126.78 | 135.46 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 140 | 0.42 | 0 | 0.04 | 0.43 | 174.19 | 0.27 | 0.45 |
| Hex | 54 | 92 | 8C | 2A | 0 | 4 | 2B | AE | 1B | 2D |
| Octal | 124 | 222 | 214 | 52 | 0 | 4 | 53 | 256 | 33 | 55 |
| Binary | 1010100 | 10010010 | 10001100 | 101010 | 0 | 100 | 101011 | 10101110 | 11011 | 101101 |
Color Harmonies of #54928C
Complementary color
Monochromatic Colors of #54928C
Black with #54928C
Text Example
Text Example
White with #54928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54928C; }
p { color: rgb(84,146,140); }
H1.HeaderClassName
{
color: #54928C;
}
.AnyTagClassName
{
color: #54928C;
}
</style>
background-color css
<style>
a { background-color: #54928C; }
a { background-color: rgb(84,146,140); }
div.DivClassName
{
background-color: #54928C;
}
.BgClassName
{
background-color: #54928C;
}
</style>
border-color css
<style>
span { border-color: #54928C; }
span { border-color: rgb(84,146,140); }
td.TdClassName
{
border-color: #54928C;
}
.TagClassName
{
border-color: #54928C;
}
</style>