Shades of Half Baked #5E8D92
Tints of Half Baked #5E8D92
RGB
CMYK
RGB Variations
Color information
#5E8D92 (or 0x5E8D92) is known color: Half Baked. HEX triplet: 5E, 8D and 92. RGB value is (94,141,146). Sum of RGB (Red+Green+Blue) = 94+141+146=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E8D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8D92 is #A1726D. Grayscale: #7F7F7F. Windows color (decimal): -10580590 or 9604446. OLE color: 9604446.
HSL color Cylindrical-coordinate representation of color #5E8D92: hue angle of 185.77º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E8D92 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 141 | 146 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.43 |
| HSL | 185.77º | 0.22% | 0.47% | - |
| HSV(B) | 185.77º | 0.36% | 0.57% | - |
| XYZ | 19.33 | 23.5 | 30.71 | - |
| YUV | 127.52 | 138.43 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 141 | 146 | 0.36 | 0.03 | 0 | 0.43 | 185.77 | 0.22 | 0.47 |
| Hex | 5E | 8D | 92 | 24 | 3 | 0 | 2B | BA | 16 | 2F |
| Octal | 136 | 215 | 222 | 44 | 3 | 0 | 53 | 272 | 26 | 57 |
| Binary | 1011110 | 10001101 | 10010010 | 100100 | 11 | 0 | 101011 | 10111010 | 10110 | 101111 |
Color Harmonies of #5E8D92
Complementary color
Monochromatic Colors of #5E8D92
Black with #5E8D92
Text Example
Text Example
White with #5E8D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8D92; }
p { color: rgb(94,141,146); }
H1.HeaderClassName
{
color: #5E8D92;
}
.AnyTagClassName
{
color: #5E8D92;
}
</style>
background-color css
<style>
a { background-color: #5E8D92; }
a { background-color: rgb(94,141,146); }
div.DivClassName
{
background-color: #5E8D92;
}
.BgClassName
{
background-color: #5E8D92;
}
</style>
border-color css
<style>
span { border-color: #5E8D92; }
span { border-color: rgb(94,141,146); }
td.TdClassName
{
border-color: #5E8D92;
}
.TagClassName
{
border-color: #5E8D92;
}
</style>