Shades of Half Baked #5E8988
Tints of Half Baked #5E8988
RGB
CMYK
RGB Variations
Color information
#5E8988 (or 0x5E8988) is known color: Half Baked. HEX triplet: 5E, 89 and 88. RGB value is (94,137,136). Sum of RGB (Red+Green+Blue) = 94+137+136=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 137 - color contains mainly: green. Hex color #5E8988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8988 is #A17677. Grayscale: #7B7B7B. Windows color (decimal): -10581624 or 8948062. OLE color: 8948062.
HSL color Cylindrical-coordinate representation of color #5E8988: hue angle of 178.6º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E8988 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 137 | 136 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.46 |
| HSL | 178.6º | 0.19% | 0.45% | - |
| HSV(B) | 178.6º | 0.31% | 0.54% | - |
| XYZ | 18.01 | 22.05 | 26.6 | - |
| YUV | 124.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 136 | 0.31 | 0 | 0.01 | 0.46 | 178.6 | 0.19 | 0.45 |
| Hex | 5E | 89 | 88 | 1F | 0 | 1 | 2E | B3 | 13 | 2D |
| Octal | 136 | 211 | 210 | 37 | 0 | 1 | 56 | 263 | 23 | 55 |
| Binary | 1011110 | 10001001 | 10001000 | 11111 | 0 | 1 | 101110 | 10110011 | 10011 | 101101 |
Color Harmonies of #5E8988
Complementary color
Monochromatic Colors of #5E8988
Black with #5E8988
Text Example
Text Example
White with #5E8988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8988; }
p { color: rgb(94,137,136); }
H1.HeaderClassName
{
color: #5E8988;
}
.AnyTagClassName
{
color: #5E8988;
}
</style>
background-color css
<style>
a { background-color: #5E8988; }
a { background-color: rgb(94,137,136); }
div.DivClassName
{
background-color: #5E8988;
}
.BgClassName
{
background-color: #5E8988;
}
</style>
border-color css
<style>
span { border-color: #5E8988; }
span { border-color: rgb(94,137,136); }
td.TdClassName
{
border-color: #5E8988;
}
.TagClassName
{
border-color: #5E8988;
}
</style>