Shades of Half Baked #5E9498
Tints of Half Baked #5E9498
RGB
CMYK
RGB Variations
Color information
#5E9498 (or 0x5E9498) is known color: Half Baked. HEX triplet: 5E, 94 and 98. RGB value is (94,148,152). Sum of RGB (Red+Green+Blue) = 94+148+152=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 152 - color contains mainly: blue. Hex color #5E9498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9498 is #A16B67. Grayscale: #848484. Windows color (decimal): -10578792 or 9999454. OLE color: 9999454.
HSL color Cylindrical-coordinate representation of color #5E9498: hue angle of 184.14º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E9498 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 148 | 152 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.40 |
| HSL | 184.14º | 0.24% | 0.48% | - |
| HSV(B) | 184.14º | 0.38% | 0.6% | - |
| XYZ | 20.87 | 25.83 | 33.59 | - |
| YUV | 132.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 148 | 152 | 0.38 | 0.03 | 0 | 0.40 | 184.14 | 0.24 | 0.48 |
| Hex | 5E | 94 | 98 | 26 | 3 | 0 | 28 | B8 | 18 | 30 |
| Octal | 136 | 224 | 230 | 46 | 3 | 0 | 50 | 270 | 30 | 60 |
| Binary | 1011110 | 10010100 | 10011000 | 100110 | 11 | 0 | 101000 | 10111000 | 11000 | 110000 |
Color Harmonies of #5E9498
Complementary color
Monochromatic Colors of #5E9498
Black with #5E9498
Text Example
Text Example
White with #5E9498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9498; }
p { color: rgb(94,148,152); }
H1.HeaderClassName
{
color: #5E9498;
}
.AnyTagClassName
{
color: #5E9498;
}
</style>
background-color css
<style>
a { background-color: #5E9498; }
a { background-color: rgb(94,148,152); }
div.DivClassName
{
background-color: #5E9498;
}
.BgClassName
{
background-color: #5E9498;
}
</style>
border-color css
<style>
span { border-color: #5E9498; }
span { border-color: rgb(94,148,152); }
td.TdClassName
{
border-color: #5E9498;
}
.TagClassName
{
border-color: #5E9498;
}
</style>