Shades of Half Baked #5E9194
Tints of Half Baked #5E9194
RGB
CMYK
RGB Variations
Color information
#5E9194 (or 0x5E9194) is known color: Half Baked. HEX triplet: 5E, 91 and 94. RGB value is (94,145,148). Sum of RGB (Red+Green+Blue) = 94+145+148=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 148 - color contains mainly: blue. Hex color #5E9194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9194 is #A16E6B. Grayscale: #828282. Windows color (decimal): -10579564 or 9736542. OLE color: 9736542.
HSL color Cylindrical-coordinate representation of color #5E9194: hue angle of 183.33º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E9194 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 145 | 148 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.42 |
| HSL | 183.33º | 0.22% | 0.47% | - |
| HSV(B) | 183.33º | 0.36% | 0.58% | - |
| XYZ | 20.09 | 24.77 | 31.74 | - |
| YUV | 130.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 148 | 0.36 | 0.02 | 0 | 0.42 | 183.33 | 0.22 | 0.47 |
| Hex | 5E | 91 | 94 | 24 | 2 | 0 | 2A | B7 | 16 | 2F |
| Octal | 136 | 221 | 224 | 44 | 2 | 0 | 52 | 267 | 26 | 57 |
| Binary | 1011110 | 10010001 | 10010100 | 100100 | 10 | 0 | 101010 | 10110111 | 10110 | 101111 |
Color Harmonies of #5E9194
Complementary color
Monochromatic Colors of #5E9194
Black with #5E9194
Text Example
Text Example
White with #5E9194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9194; }
p { color: rgb(94,145,148); }
H1.HeaderClassName
{
color: #5E9194;
}
.AnyTagClassName
{
color: #5E9194;
}
</style>
background-color css
<style>
a { background-color: #5E9194; }
a { background-color: rgb(94,145,148); }
div.DivClassName
{
background-color: #5E9194;
}
.BgClassName
{
background-color: #5E9194;
}
</style>
border-color css
<style>
span { border-color: #5E9194; }
span { border-color: rgb(94,145,148); }
td.TdClassName
{
border-color: #5E9194;
}
.TagClassName
{
border-color: #5E9194;
}
</style>