Shades of Half Baked #54868C
Tints of Half Baked #54868C
RGB
CMYK
RGB Variations
Color information
#54868C (or 0x54868C) is known color: Half Baked. HEX triplet: 54, 86 and 8C. RGB value is (84,134,140). Sum of RGB (Red+Green+Blue) = 84+134+140=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 140 - color contains mainly: blue. Hex color #54868C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54868C is #AB7973. Grayscale: #777777. Windows color (decimal): -11237748 or 9209428. OLE color: 9209428.
HSL color Cylindrical-coordinate representation of color #54868C: hue angle of 186.43º 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 #54868C is Cyan = 0.4, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 134 | 140 | - |
| CMYK | 0.4 | 0.04 | 0 | 0.45 |
| HSL | 186.43º | 0.25% | 0.44% | - |
| HSV(B) | 186.43º | 0.4% | 0.55% | - |
| XYZ | 16.91 | 20.83 | 27.94 | - |
| YUV | 119.73 | 139.44 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 134 | 140 | 0.4 | 0.04 | 0 | 0.45 | 186.43 | 0.25 | 0.44 |
| Hex | 54 | 86 | 8C | 28 | 4 | 0 | 2D | BA | 19 | 2C |
| Octal | 124 | 206 | 214 | 50 | 4 | 0 | 55 | 272 | 31 | 54 |
| Binary | 1010100 | 10000110 | 10001100 | 101000 | 100 | 0 | 101101 | 10111010 | 11001 | 101100 |
Color Harmonies of #54868C
Complementary color
Monochromatic Colors of #54868C
Black with #54868C
Text Example
Text Example
White with #54868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54868C; }
p { color: rgb(84,134,140); }
H1.HeaderClassName
{
color: #54868C;
}
.AnyTagClassName
{
color: #54868C;
}
</style>
background-color css
<style>
a { background-color: #54868C; }
a { background-color: rgb(84,134,140); }
div.DivClassName
{
background-color: #54868C;
}
.BgClassName
{
background-color: #54868C;
}
</style>
border-color css
<style>
span { border-color: #54868C; }
span { border-color: rgb(84,134,140); }
td.TdClassName
{
border-color: #54868C;
}
.TagClassName
{
border-color: #54868C;
}
</style>