Shades of Half Baked #5E928E
Tints of Half Baked #5E928E
RGB
CMYK
RGB Variations
Color information
#5E928E (or 0x5E928E) is known color: Half Baked. HEX triplet: 5E, 92 and 8E. RGB value is (94,146,142). Sum of RGB (Red+Green+Blue) = 94+146+142=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #5E928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E928E is #A16D71. Grayscale: #818181. Windows color (decimal): -10579314 or 9343582. OLE color: 9343582.
HSL color Cylindrical-coordinate representation of color #5E928E: hue angle of 175.38º 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 #5E928E is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 142 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.43 |
| HSL | 175.38º | 0.22% | 0.47% | - |
| HSV(B) | 175.38º | 0.36% | 0.57% | - |
| XYZ | 19.78 | 24.89 | 29.35 | - |
| YUV | 130 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 142 | 0.36 | 0 | 0.03 | 0.43 | 175.38 | 0.22 | 0.47 |
| Hex | 5E | 92 | 8E | 24 | 0 | 3 | 2B | AF | 16 | 2F |
| Octal | 136 | 222 | 216 | 44 | 0 | 3 | 53 | 257 | 26 | 57 |
| Binary | 1011110 | 10010010 | 10001110 | 100100 | 0 | 11 | 101011 | 10101111 | 10110 | 101111 |
Color Harmonies of #5E928E
Complementary color
Monochromatic Colors of #5E928E
Black with #5E928E
Text Example
Text Example
White with #5E928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E928E; }
p { color: rgb(94,146,142); }
H1.HeaderClassName
{
color: #5E928E;
}
.AnyTagClassName
{
color: #5E928E;
}
</style>
background-color css
<style>
a { background-color: #5E928E; }
a { background-color: rgb(94,146,142); }
div.DivClassName
{
background-color: #5E928E;
}
.BgClassName
{
background-color: #5E928E;
}
</style>
border-color css
<style>
span { border-color: #5E928E; }
span { border-color: rgb(94,146,142); }
td.TdClassName
{
border-color: #5E928E;
}
.TagClassName
{
border-color: #5E928E;
}
</style>