Shades of Half Baked #5E9290
Tints of Half Baked #5E9290
RGB
CMYK
RGB Variations
Color information
#5E9290 (or 0x5E9290) is known color: Half Baked. HEX triplet: 5E, 92 and 90. RGB value is (94,146,144). Sum of RGB (Red+Green+Blue) = 94+146+144=384 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.48% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 146 - color contains mainly: green. Hex color #5E9290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9290 is #A16D6F. Grayscale: #828282. Windows color (decimal): -10579312 or 9474654. OLE color: 9474654.
HSL color Cylindrical-coordinate representation of color #5E9290: hue angle of 177.69º 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 #5E9290 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 144 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.43 |
| HSL | 177.69º | 0.22% | 0.47% | - |
| HSV(B) | 177.69º | 0.36% | 0.57% | - |
| XYZ | 19.93 | 24.95 | 30.15 | - |
| YUV | 130.22 | 135.77 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 144 | 0.36 | 0 | 0.01 | 0.43 | 177.69 | 0.22 | 0.47 |
| Hex | 5E | 92 | 90 | 24 | 0 | 1 | 2B | B2 | 16 | 2F |
| Octal | 136 | 222 | 220 | 44 | 0 | 1 | 53 | 262 | 26 | 57 |
| Binary | 1011110 | 10010010 | 10010000 | 100100 | 0 | 1 | 101011 | 10110010 | 10110 | 101111 |
Color Harmonies of #5E9290
Complementary color
Monochromatic Colors of #5E9290
Black with #5E9290
Text Example
Text Example
White with #5E9290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9290; }
p { color: rgb(94,146,144); }
H1.HeaderClassName
{
color: #5E9290;
}
.AnyTagClassName
{
color: #5E9290;
}
</style>
background-color css
<style>
a { background-color: #5E9290; }
a { background-color: rgb(94,146,144); }
div.DivClassName
{
background-color: #5E9290;
}
.BgClassName
{
background-color: #5E9290;
}
</style>
border-color css
<style>
span { border-color: #5E9290; }
span { border-color: rgb(94,146,144); }
td.TdClassName
{
border-color: #5E9290;
}
.TagClassName
{
border-color: #5E9290;
}
</style>