Shades of Half Baked #5E8F8D
Tints of Half Baked #5E8F8D
RGB
CMYK
RGB Variations
Color information
#5E8F8D (or 0x5E8F8D) is known color: Half Baked. HEX triplet: 5E, 8F and 8D. RGB value is (94,143,141). Sum of RGB (Red+Green+Blue) = 94+143+141=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 143 - color contains mainly: green. Hex color #5E8F8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8F8D is #A17072. Grayscale: #808080. Windows color (decimal): -10580083 or 9277278. OLE color: 9277278.
HSL color Cylindrical-coordinate representation of color #5E8F8D: hue angle of 177.55º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E8F8D is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 143 | 141 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.44 |
| HSL | 177.55º | 0.21% | 0.46% | - |
| HSV(B) | 177.55º | 0.34% | 0.56% | - |
| XYZ | 19.25 | 23.95 | 28.81 | - |
| YUV | 128.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 143 | 141 | 0.34 | 0 | 0.01 | 0.44 | 177.55 | 0.21 | 0.46 |
| Hex | 5E | 8F | 8D | 22 | 0 | 1 | 2C | B2 | 15 | 2E |
| Octal | 136 | 217 | 215 | 42 | 0 | 1 | 54 | 262 | 25 | 56 |
| Binary | 1011110 | 10001111 | 10001101 | 100010 | 0 | 1 | 101100 | 10110010 | 10101 | 101110 |
Color Harmonies of #5E8F8D
Complementary color
Monochromatic Colors of #5E8F8D
Black with #5E8F8D
Text Example
Text Example
White with #5E8F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8F8D; }
p { color: rgb(94,143,141); }
H1.HeaderClassName
{
color: #5E8F8D;
}
.AnyTagClassName
{
color: #5E8F8D;
}
</style>
background-color css
<style>
a { background-color: #5E8F8D; }
a { background-color: rgb(94,143,141); }
div.DivClassName
{
background-color: #5E8F8D;
}
.BgClassName
{
background-color: #5E8F8D;
}
</style>
border-color css
<style>
span { border-color: #5E8F8D; }
span { border-color: rgb(94,143,141); }
td.TdClassName
{
border-color: #5E8F8D;
}
.TagClassName
{
border-color: #5E8F8D;
}
</style>