Shades of Half Baked #5C9992
Tints of Half Baked #5C9992
RGB
CMYK
RGB Variations
Color information
#5C9992 (or 0x5C9992) is known color: Half Baked. HEX triplet: 5C, 99 and 92. RGB value is (92,153,146). Sum of RGB (Red+Green+Blue) = 92+153+146=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #5C9992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9992 is #A3666D. Grayscale: #858585. Windows color (decimal): -10708590 or 9607516. OLE color: 9607516.
HSL color Cylindrical-coordinate representation of color #5C9992: hue angle of 173.11º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C9992 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 153 | 146 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.4 |
| HSL | 173.11º | 0.25% | 0.48% | - |
| HSV(B) | 173.11º | 0.4% | 0.6% | - |
| XYZ | 20.99 | 27.13 | 31.32 | - |
| YUV | 133.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 153 | 146 | 0.40 | 0 | 0.05 | 0.4 | 173.11 | 0.25 | 0.48 |
| Hex | 5C | 99 | 92 | 28 | 0 | 5 | 28 | AD | 19 | 30 |
| Octal | 134 | 231 | 222 | 50 | 0 | 5 | 50 | 255 | 31 | 60 |
| Binary | 1011100 | 10011001 | 10010010 | 101000 | 0 | 101 | 101000 | 10101101 | 11001 | 110000 |
Color Harmonies of #5C9992
Complementary color
Monochromatic Colors of #5C9992
Black with #5C9992
Text Example
Text Example
White with #5C9992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9992; }
p { color: rgb(92,153,146); }
H1.HeaderClassName
{
color: #5C9992;
}
.AnyTagClassName
{
color: #5C9992;
}
</style>
background-color css
<style>
a { background-color: #5C9992; }
a { background-color: rgb(92,153,146); }
div.DivClassName
{
background-color: #5C9992;
}
.BgClassName
{
background-color: #5C9992;
}
</style>
border-color css
<style>
span { border-color: #5C9992; }
span { border-color: rgb(92,153,146); }
td.TdClassName
{
border-color: #5C9992;
}
.TagClassName
{
border-color: #5C9992;
}
</style>