Shades of Half Baked #5C9392
Tints of Half Baked #5C9392
RGB
CMYK
RGB Variations
Color information
#5C9392 (or 0x5C9392) is known color: Half Baked. HEX triplet: 5C, 93 and 92. RGB value is (92,147,146). Sum of RGB (Red+Green+Blue) = 92+147+146=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #5C9392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9392 is #A36C6D. Grayscale: #828282. Windows color (decimal): -10710126 or 9605980. OLE color: 9605980.
HSL color Cylindrical-coordinate representation of color #5C9392: hue angle of 178.91º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C9392 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 147 | 146 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.42 |
| HSL | 178.91º | 0.23% | 0.47% | - |
| HSV(B) | 178.91º | 0.37% | 0.58% | - |
| XYZ | 20.04 | 25.22 | 31.01 | - |
| YUV | 130.44 | 136.78 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 147 | 146 | 0.37 | 0 | 0.01 | 0.42 | 178.91 | 0.23 | 0.47 |
| Hex | 5C | 93 | 92 | 25 | 0 | 1 | 2A | B3 | 17 | 2F |
| Octal | 134 | 223 | 222 | 45 | 0 | 1 | 52 | 263 | 27 | 57 |
| Binary | 1011100 | 10010011 | 10010010 | 100101 | 0 | 1 | 101010 | 10110011 | 10111 | 101111 |
Color Harmonies of #5C9392
Complementary color
Monochromatic Colors of #5C9392
Black with #5C9392
Text Example
Text Example
White with #5C9392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9392; }
p { color: rgb(92,147,146); }
H1.HeaderClassName
{
color: #5C9392;
}
.AnyTagClassName
{
color: #5C9392;
}
</style>
background-color css
<style>
a { background-color: #5C9392; }
a { background-color: rgb(92,147,146); }
div.DivClassName
{
background-color: #5C9392;
}
.BgClassName
{
background-color: #5C9392;
}
</style>
border-color css
<style>
span { border-color: #5C9392; }
span { border-color: rgb(92,147,146); }
td.TdClassName
{
border-color: #5C9392;
}
.TagClassName
{
border-color: #5C9392;
}
</style>