Shades of Half Baked #5E9297
Tints of Half Baked #5E9297
RGB
CMYK
RGB Variations
Color information
#5E9297 (or 0x5E9297) is known color: Half Baked. HEX triplet: 5E, 92 and 97. RGB value is (94,146,151). Sum of RGB (Red+Green+Blue) = 94+146+151=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 151 - color contains mainly: blue. Hex color #5E9297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9297 is #A16D68. Grayscale: #828282. Windows color (decimal): -10579305 or 9933406. OLE color: 9933406.
HSL color Cylindrical-coordinate representation of color #5E9297: hue angle of 185.26º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E9297 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 146 | 151 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.41 |
| HSL | 185.26º | 0.23% | 0.48% | - |
| HSV(B) | 185.26º | 0.38% | 0.59% | - |
| XYZ | 20.48 | 25.17 | 33.06 | - |
| YUV | 131.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 151 | 0.38 | 0.03 | 0 | 0.41 | 185.26 | 0.23 | 0.48 |
| Hex | 5E | 92 | 97 | 26 | 3 | 0 | 29 | B9 | 17 | 30 |
| Octal | 136 | 222 | 227 | 46 | 3 | 0 | 51 | 271 | 27 | 60 |
| Binary | 1011110 | 10010010 | 10010111 | 100110 | 11 | 0 | 101001 | 10111001 | 10111 | 110000 |
Color Harmonies of #5E9297
Complementary color
Monochromatic Colors of #5E9297
Black with #5E9297
Text Example
Text Example
White with #5E9297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9297; }
p { color: rgb(94,146,151); }
H1.HeaderClassName
{
color: #5E9297;
}
.AnyTagClassName
{
color: #5E9297;
}
</style>
background-color css
<style>
a { background-color: #5E9297; }
a { background-color: rgb(94,146,151); }
div.DivClassName
{
background-color: #5E9297;
}
.BgClassName
{
background-color: #5E9297;
}
</style>
border-color css
<style>
span { border-color: #5E9297; }
span { border-color: rgb(94,146,151); }
td.TdClassName
{
border-color: #5E9297;
}
.TagClassName
{
border-color: #5E9297;
}
</style>