Shades of Half Baked #54959D
Tints of Half Baked #54959D
RGB
CMYK
RGB Variations
Color information
#54959D (or 0x54959D) is known color: Half Baked. HEX triplet: 54, 95 and 9D. RGB value is (84,149,157). Sum of RGB (Red+Green+Blue) = 84+149+157=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #54959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54959D is #AB6A62. Grayscale: #828282. Windows color (decimal): -11233891 or 10327380. OLE color: 10327380.
HSL color Cylindrical-coordinate representation of color #54959D: hue angle of 186.58º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54959D is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 149 | 157 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.38 |
| HSL | 186.58º | 0.3% | 0.47% | - |
| HSV(B) | 186.58º | 0.46% | 0.62% | - |
| XYZ | 20.49 | 25.81 | 35.8 | - |
| YUV | 130.48 | 142.97 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 157 | 0.46 | 0.05 | 0 | 0.38 | 186.58 | 0.3 | 0.47 |
| Hex | 54 | 95 | 9D | 2E | 5 | 0 | 26 | BB | 1E | 2F |
| Octal | 124 | 225 | 235 | 56 | 5 | 0 | 46 | 273 | 36 | 57 |
| Binary | 1010100 | 10010101 | 10011101 | 101110 | 101 | 0 | 100110 | 10111011 | 11110 | 101111 |
Color Harmonies of #54959D
Complementary color
Monochromatic Colors of #54959D
Black with #54959D
Text Example
Text Example
White with #54959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54959D; }
p { color: rgb(84,149,157); }
H1.HeaderClassName
{
color: #54959D;
}
.AnyTagClassName
{
color: #54959D;
}
</style>
background-color css
<style>
a { background-color: #54959D; }
a { background-color: rgb(84,149,157); }
div.DivClassName
{
background-color: #54959D;
}
.BgClassName
{
background-color: #54959D;
}
</style>
border-color css
<style>
span { border-color: #54959D; }
span { border-color: rgb(84,149,157); }
td.TdClassName
{
border-color: #54959D;
}
.TagClassName
{
border-color: #54959D;
}
</style>