Shades of Half Baked #54959C
Tints of Half Baked #54959C
RGB
CMYK
RGB Variations
Color information
#54959C (or 0x54959C) is known color: Half Baked. HEX triplet: 54, 95 and 9C. RGB value is (84,149,156). Sum of RGB (Red+Green+Blue) = 84+149+156=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #54959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54959C is #AB6A63. Grayscale: #828282. Windows color (decimal): -11233892 or 10261844. OLE color: 10261844.
HSL color Cylindrical-coordinate representation of color #54959C: hue angle of 185.83º 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 #54959C is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 149 | 156 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.39 |
| HSL | 185.83º | 0.3% | 0.47% | - |
| HSV(B) | 185.83º | 0.46% | 0.61% | - |
| XYZ | 20.4 | 25.78 | 35.35 | - |
| YUV | 130.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 156 | 0.46 | 0.04 | 0 | 0.39 | 185.83 | 0.3 | 0.47 |
| Hex | 54 | 95 | 9C | 2E | 4 | 0 | 27 | BA | 1E | 2F |
| Octal | 124 | 225 | 234 | 56 | 4 | 0 | 47 | 272 | 36 | 57 |
| Binary | 1010100 | 10010101 | 10011100 | 101110 | 100 | 0 | 100111 | 10111010 | 11110 | 101111 |
Color Harmonies of #54959C
Complementary color
Monochromatic Colors of #54959C
Black with #54959C
Text Example
Text Example
White with #54959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54959C; }
p { color: rgb(84,149,156); }
H1.HeaderClassName
{
color: #54959C;
}
.AnyTagClassName
{
color: #54959C;
}
</style>
background-color css
<style>
a { background-color: #54959C; }
a { background-color: rgb(84,149,156); }
div.DivClassName
{
background-color: #54959C;
}
.BgClassName
{
background-color: #54959C;
}
</style>
border-color css
<style>
span { border-color: #54959C; }
span { border-color: rgb(84,149,156); }
td.TdClassName
{
border-color: #54959C;
}
.TagClassName
{
border-color: #54959C;
}
</style>