Shades of Half Baked #54858B
Tints of Half Baked #54858B
RGB
CMYK
RGB Variations
Color information
#54858B (or 0x54858B) is known color: Half Baked. HEX triplet: 54, 85 and 8B. RGB value is (84,133,139). Sum of RGB (Red+Green+Blue) = 84+133+139=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #54858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54858B is #AB7A74. Grayscale: #767676. Windows color (decimal): -11238005 or 9143636. OLE color: 9143636.
HSL color Cylindrical-coordinate representation of color #54858B: hue angle of 186.55º 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 #54858B is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 133 | 139 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.45 |
| HSL | 186.55º | 0.25% | 0.44% | - |
| HSV(B) | 186.55º | 0.4% | 0.55% | - |
| XYZ | 16.7 | 20.52 | 27.51 | - |
| YUV | 119.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 133 | 139 | 0.40 | 0.04 | 0 | 0.45 | 186.55 | 0.25 | 0.44 |
| Hex | 54 | 85 | 8B | 28 | 4 | 0 | 2D | BB | 19 | 2C |
| Octal | 124 | 205 | 213 | 50 | 4 | 0 | 55 | 273 | 31 | 54 |
| Binary | 1010100 | 10000101 | 10001011 | 101000 | 100 | 0 | 101101 | 10111011 | 11001 | 101100 |
Color Harmonies of #54858B
Complementary color
Monochromatic Colors of #54858B
Black with #54858B
Text Example
Text Example
White with #54858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54858B; }
p { color: rgb(84,133,139); }
H1.HeaderClassName
{
color: #54858B;
}
.AnyTagClassName
{
color: #54858B;
}
</style>
background-color css
<style>
a { background-color: #54858B; }
a { background-color: rgb(84,133,139); }
div.DivClassName
{
background-color: #54858B;
}
.BgClassName
{
background-color: #54858B;
}
</style>
border-color css
<style>
span { border-color: #54858B; }
span { border-color: rgb(84,133,139); }
td.TdClassName
{
border-color: #54858B;
}
.TagClassName
{
border-color: #54858B;
}
</style>