Shades of Half Baked #5E908C
Tints of Half Baked #5E908C
RGB
CMYK
RGB Variations
Color information
#5E908C (or 0x5E908C) is known color: Half Baked. HEX triplet: 5E, 90 and 8C. RGB value is (94,144,140). Sum of RGB (Red+Green+Blue) = 94+144+140=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #5E908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E908C is #A16F73. Grayscale: #808080. Windows color (decimal): -10579828 or 9211998. OLE color: 9211998.
HSL color Cylindrical-coordinate representation of color #5E908C: hue angle of 175.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E908C is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 144 | 140 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.44 |
| HSL | 175.2º | 0.21% | 0.47% | - |
| HSV(B) | 175.2º | 0.35% | 0.56% | - |
| XYZ | 19.32 | 24.22 | 28.47 | - |
| YUV | 128.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 144 | 140 | 0.35 | 0 | 0.03 | 0.44 | 175.2 | 0.21 | 0.47 |
| Hex | 5E | 90 | 8C | 23 | 0 | 3 | 2C | AF | 15 | 2F |
| Octal | 136 | 220 | 214 | 43 | 0 | 3 | 54 | 257 | 25 | 57 |
| Binary | 1011110 | 10010000 | 10001100 | 100011 | 0 | 11 | 101100 | 10101111 | 10101 | 101111 |
Color Harmonies of #5E908C
Complementary color
Monochromatic Colors of #5E908C
Black with #5E908C
Text Example
Text Example
White with #5E908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E908C; }
p { color: rgb(94,144,140); }
H1.HeaderClassName
{
color: #5E908C;
}
.AnyTagClassName
{
color: #5E908C;
}
</style>
background-color css
<style>
a { background-color: #5E908C; }
a { background-color: rgb(94,144,140); }
div.DivClassName
{
background-color: #5E908C;
}
.BgClassName
{
background-color: #5E908C;
}
</style>
border-color css
<style>
span { border-color: #5E908C; }
span { border-color: rgb(94,144,140); }
td.TdClassName
{
border-color: #5E908C;
}
.TagClassName
{
border-color: #5E908C;
}
</style>