Shades of Half Baked #5E928C
Tints of Half Baked #5E928C
RGB
CMYK
RGB Variations
Color information
#5E928C (or 0x5E928C) is known color: Half Baked. HEX triplet: 5E, 92 and 8C. RGB value is (94,146,140). Sum of RGB (Red+Green+Blue) = 94+146+140=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 146 - color contains mainly: green. Hex color #5E928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E928C is #A16D73. Grayscale: #818181. Windows color (decimal): -10579316 or 9212510. OLE color: 9212510.
HSL color Cylindrical-coordinate representation of color #5E928C: hue angle of 173.08º 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 #5E928C is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 140 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.43 |
| HSL | 173.08º | 0.22% | 0.47% | - |
| HSV(B) | 173.08º | 0.36% | 0.57% | - |
| XYZ | 19.63 | 24.83 | 28.57 | - |
| YUV | 129.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 140 | 0.36 | 0 | 0.04 | 0.43 | 173.08 | 0.22 | 0.47 |
| Hex | 5E | 92 | 8C | 24 | 0 | 4 | 2B | AD | 16 | 2F |
| Octal | 136 | 222 | 214 | 44 | 0 | 4 | 53 | 255 | 26 | 57 |
| Binary | 1011110 | 10010010 | 10001100 | 100100 | 0 | 100 | 101011 | 10101101 | 10110 | 101111 |
Color Harmonies of #5E928C
Complementary color
Monochromatic Colors of #5E928C
Black with #5E928C
Text Example
Text Example
White with #5E928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E928C; }
p { color: rgb(94,146,140); }
H1.HeaderClassName
{
color: #5E928C;
}
.AnyTagClassName
{
color: #5E928C;
}
</style>
background-color css
<style>
a { background-color: #5E928C; }
a { background-color: rgb(94,146,140); }
div.DivClassName
{
background-color: #5E928C;
}
.BgClassName
{
background-color: #5E928C;
}
</style>
border-color css
<style>
span { border-color: #5E928C; }
span { border-color: rgb(94,146,140); }
td.TdClassName
{
border-color: #5E928C;
}
.TagClassName
{
border-color: #5E928C;
}
</style>