Shades of Half Baked #54959B
Tints of Half Baked #54959B
RGB
CMYK
RGB Variations
Color information
#54959B (or 0x54959B) is known color: Half Baked. HEX triplet: 54, 95 and 9B. RGB value is (84,149,155). Sum of RGB (Red+Green+Blue) = 84+149+155=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #54959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54959B is #AB6A64. Grayscale: #828282. Windows color (decimal): -11233893 or 10196308. OLE color: 10196308.
HSL color Cylindrical-coordinate representation of color #54959B: hue angle of 185.07º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54959B is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 149 | 155 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.39 |
| HSL | 185.07º | 0.3% | 0.47% | - |
| HSV(B) | 185.07º | 0.46% | 0.61% | - |
| XYZ | 20.32 | 25.75 | 34.91 | - |
| YUV | 130.25 | 141.97 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 155 | 0.46 | 0.04 | 0 | 0.39 | 185.07 | 0.3 | 0.47 |
| Hex | 54 | 95 | 9B | 2E | 4 | 0 | 27 | B9 | 1E | 2F |
| Octal | 124 | 225 | 233 | 56 | 4 | 0 | 47 | 271 | 36 | 57 |
| Binary | 1010100 | 10010101 | 10011011 | 101110 | 100 | 0 | 100111 | 10111001 | 11110 | 101111 |
Color Harmonies of #54959B
Complementary color
Monochromatic Colors of #54959B
Black with #54959B
Text Example
Text Example
White with #54959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54959B; }
p { color: rgb(84,149,155); }
H1.HeaderClassName
{
color: #54959B;
}
.AnyTagClassName
{
color: #54959B;
}
</style>
background-color css
<style>
a { background-color: #54959B; }
a { background-color: rgb(84,149,155); }
div.DivClassName
{
background-color: #54959B;
}
.BgClassName
{
background-color: #54959B;
}
</style>
border-color css
<style>
span { border-color: #54959B; }
span { border-color: rgb(84,149,155); }
td.TdClassName
{
border-color: #54959B;
}
.TagClassName
{
border-color: #54959B;
}
</style>