Shades of Half Baked #54979C
Tints of Half Baked #54979C
RGB
CMYK
RGB Variations
Color information
#54979C (or 0x54979C) is known color: Half Baked. HEX triplet: 54, 97 and 9C. RGB value is (84,151,156). Sum of RGB (Red+Green+Blue) = 84+151+156=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #54979C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54979C is #AB6863. Grayscale: #838383. Windows color (decimal): -11233380 or 10262356. OLE color: 10262356.
HSL color Cylindrical-coordinate representation of color #54979C: hue angle of 184.17º 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 #54979C is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 151 | 156 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.39 |
| HSL | 184.17º | 0.3% | 0.47% | - |
| HSV(B) | 184.17º | 0.46% | 0.61% | - |
| XYZ | 20.72 | 26.42 | 35.46 | - |
| YUV | 131.54 | 141.8 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 151 | 156 | 0.46 | 0.03 | 0 | 0.39 | 184.17 | 0.3 | 0.47 |
| Hex | 54 | 97 | 9C | 2E | 3 | 0 | 27 | B8 | 1E | 2F |
| Octal | 124 | 227 | 234 | 56 | 3 | 0 | 47 | 270 | 36 | 57 |
| Binary | 1010100 | 10010111 | 10011100 | 101110 | 11 | 0 | 100111 | 10111000 | 11110 | 101111 |
Color Harmonies of #54979C
Complementary color
Monochromatic Colors of #54979C
Black with #54979C
Text Example
Text Example
White with #54979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54979C; }
p { color: rgb(84,151,156); }
H1.HeaderClassName
{
color: #54979C;
}
.AnyTagClassName
{
color: #54979C;
}
</style>
background-color css
<style>
a { background-color: #54979C; }
a { background-color: rgb(84,151,156); }
div.DivClassName
{
background-color: #54979C;
}
.BgClassName
{
background-color: #54979C;
}
</style>
border-color css
<style>
span { border-color: #54979C; }
span { border-color: rgb(84,151,156); }
td.TdClassName
{
border-color: #54979C;
}
.TagClassName
{
border-color: #54979C;
}
</style>