Shades of Half Baked #54968F
Tints of Half Baked #54968F
RGB
CMYK
RGB Variations
Color information
#54968F (or 0x54968F) is known color: Half Baked. HEX triplet: 54, 96 and 8F. RGB value is (84,150,143). Sum of RGB (Red+Green+Blue) = 84+150+143=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #54968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54968F is #AB6970. Grayscale: #818181. Windows color (decimal): -11233649 or 9410132. OLE color: 9410132.
HSL color Cylindrical-coordinate representation of color #54968F: hue angle of 173.64º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54968F is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 150 | 143 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.41 |
| HSL | 173.64º | 0.28% | 0.46% | - |
| HSV(B) | 173.64º | 0.44% | 0.59% | - |
| XYZ | 19.52 | 25.68 | 29.91 | - |
| YUV | 129.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 150 | 143 | 0.44 | 0 | 0.05 | 0.41 | 173.64 | 0.28 | 0.46 |
| Hex | 54 | 96 | 8F | 2C | 0 | 5 | 29 | AE | 1C | 2E |
| Octal | 124 | 226 | 217 | 54 | 0 | 5 | 51 | 256 | 34 | 56 |
| Binary | 1010100 | 10010110 | 10001111 | 101100 | 0 | 101 | 101001 | 10101110 | 11100 | 101110 |
Color Harmonies of #54968F
Complementary color
Monochromatic Colors of #54968F
Black with #54968F
Text Example
Text Example
White with #54968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54968F; }
p { color: rgb(84,150,143); }
H1.HeaderClassName
{
color: #54968F;
}
.AnyTagClassName
{
color: #54968F;
}
</style>
background-color css
<style>
a { background-color: #54968F; }
a { background-color: rgb(84,150,143); }
div.DivClassName
{
background-color: #54968F;
}
.BgClassName
{
background-color: #54968F;
}
</style>
border-color css
<style>
span { border-color: #54968F; }
span { border-color: rgb(84,150,143); }
td.TdClassName
{
border-color: #54968F;
}
.TagClassName
{
border-color: #54968F;
}
</style>