Shades of Half Baked #5E929A
Tints of Half Baked #5E929A
RGB
CMYK
RGB Variations
Color information
#5E929A (or 0x5E929A) is known color: Half Baked. HEX triplet: 5E, 92 and 9A. RGB value is (94,146,154). Sum of RGB (Red+Green+Blue) = 94+146+154=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E929A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E929A is #A16D65. Grayscale: #838383. Windows color (decimal): -10579302 or 10130014. OLE color: 10130014.
HSL color Cylindrical-coordinate representation of color #5E929A: hue angle of 188º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E929A is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 146 | 154 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.40 |
| HSL | 188º | 0.24% | 0.49% | - |
| HSV(B) | 188º | 0.39% | 0.6% | - |
| XYZ | 20.73 | 25.27 | 34.36 | - |
| YUV | 131.36 | 140.77 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 154 | 0.39 | 0.05 | 0 | 0.40 | 188 | 0.24 | 0.49 |
| Hex | 5E | 92 | 9A | 27 | 5 | 0 | 28 | BC | 18 | 31 |
| Octal | 136 | 222 | 232 | 47 | 5 | 0 | 50 | 274 | 30 | 61 |
| Binary | 1011110 | 10010010 | 10011010 | 100111 | 101 | 0 | 101000 | 10111100 | 11000 | 110001 |
Color Harmonies of #5E929A
Complementary color
Monochromatic Colors of #5E929A
Black with #5E929A
Text Example
Text Example
White with #5E929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E929A; }
p { color: rgb(94,146,154); }
H1.HeaderClassName
{
color: #5E929A;
}
.AnyTagClassName
{
color: #5E929A;
}
</style>
background-color css
<style>
a { background-color: #5E929A; }
a { background-color: rgb(94,146,154); }
div.DivClassName
{
background-color: #5E929A;
}
.BgClassName
{
background-color: #5E929A;
}
</style>
border-color css
<style>
span { border-color: #5E929A; }
span { border-color: rgb(94,146,154); }
td.TdClassName
{
border-color: #5E929A;
}
.TagClassName
{
border-color: #5E929A;
}
</style>