Shades of Half Baked #5E9196
Tints of Half Baked #5E9196
RGB
CMYK
RGB Variations
Color information
#5E9196 (or 0x5E9196) is known color: Half Baked. HEX triplet: 5E, 91 and 96. RGB value is (94,145,150). Sum of RGB (Red+Green+Blue) = 94+145+150=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 150 - color contains mainly: blue. Hex color #5E9196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9196 is #A16E69. Grayscale: #828282. Windows color (decimal): -10579562 or 9867614. OLE color: 9867614.
HSL color Cylindrical-coordinate representation of color #5E9196: hue angle of 185.36º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E9196 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 145 | 150 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.41 |
| HSL | 185.36º | 0.23% | 0.48% | - |
| HSV(B) | 185.36º | 0.37% | 0.59% | - |
| XYZ | 20.25 | 24.83 | 32.58 | - |
| YUV | 130.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 150 | 0.37 | 0.03 | 0 | 0.41 | 185.36 | 0.23 | 0.48 |
| Hex | 5E | 91 | 96 | 25 | 3 | 0 | 29 | B9 | 17 | 30 |
| Octal | 136 | 221 | 226 | 45 | 3 | 0 | 51 | 271 | 27 | 60 |
| Binary | 1011110 | 10010001 | 10010110 | 100101 | 11 | 0 | 101001 | 10111001 | 10111 | 110000 |
Color Harmonies of #5E9196
Complementary color
Monochromatic Colors of #5E9196
Black with #5E9196
Text Example
Text Example
White with #5E9196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9196; }
p { color: rgb(94,145,150); }
H1.HeaderClassName
{
color: #5E9196;
}
.AnyTagClassName
{
color: #5E9196;
}
</style>
background-color css
<style>
a { background-color: #5E9196; }
a { background-color: rgb(94,145,150); }
div.DivClassName
{
background-color: #5E9196;
}
.BgClassName
{
background-color: #5E9196;
}
</style>
border-color css
<style>
span { border-color: #5E9196; }
span { border-color: rgb(94,145,150); }
td.TdClassName
{
border-color: #5E9196;
}
.TagClassName
{
border-color: #5E9196;
}
</style>