Shades of Half Baked #5E9095
Tints of Half Baked #5E9095
RGB
CMYK
RGB Variations
Color information
#5E9095 (or 0x5E9095) is known color: Half Baked. HEX triplet: 5E, 90 and 95. RGB value is (94,144,149). Sum of RGB (Red+Green+Blue) = 94+144+149=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E9095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9095 is #A16F6A. Grayscale: #818181. Windows color (decimal): -10579819 or 9801822. OLE color: 9801822.
HSL color Cylindrical-coordinate representation of color #5E9095: hue angle of 185.45º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E9095 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 144 | 149 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.42 |
| HSL | 185.45º | 0.23% | 0.48% | - |
| HSV(B) | 185.45º | 0.37% | 0.58% | - |
| XYZ | 20.01 | 24.5 | 32.11 | - |
| YUV | 129.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 144 | 149 | 0.37 | 0.03 | 0 | 0.42 | 185.45 | 0.23 | 0.48 |
| Hex | 5E | 90 | 95 | 25 | 3 | 0 | 2A | B9 | 17 | 30 |
| Octal | 136 | 220 | 225 | 45 | 3 | 0 | 52 | 271 | 27 | 60 |
| Binary | 1011110 | 10010000 | 10010101 | 100101 | 11 | 0 | 101010 | 10111001 | 10111 | 110000 |
Color Harmonies of #5E9095
Complementary color
Monochromatic Colors of #5E9095
Black with #5E9095
Text Example
Text Example
White with #5E9095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9095; }
p { color: rgb(94,144,149); }
H1.HeaderClassName
{
color: #5E9095;
}
.AnyTagClassName
{
color: #5E9095;
}
</style>
background-color css
<style>
a { background-color: #5E9095; }
a { background-color: rgb(94,144,149); }
div.DivClassName
{
background-color: #5E9095;
}
.BgClassName
{
background-color: #5E9095;
}
</style>
border-color css
<style>
span { border-color: #5E9095; }
span { border-color: rgb(94,144,149); }
td.TdClassName
{
border-color: #5E9095;
}
.TagClassName
{
border-color: #5E9095;
}
</style>