Shades of Half Baked #5C9698
Tints of Half Baked #5C9698
RGB
CMYK
RGB Variations
Color information
#5C9698 (or 0x5C9698) is known color: Half Baked. HEX triplet: 5C, 96 and 98. RGB value is (92,150,152). Sum of RGB (Red+Green+Blue) = 92+150+152=394 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.35% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C9698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9698 is #A36967. Grayscale: #848484. Windows color (decimal): -10709352 or 9999964. OLE color: 9999964.
HSL color Cylindrical-coordinate representation of color #5C9698: hue angle of 182º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C9698 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 150 | 152 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.40 |
| HSL | 182º | 0.25% | 0.48% | - |
| HSV(B) | 182º | 0.39% | 0.6% | - |
| XYZ | 20.99 | 26.36 | 33.69 | - |
| YUV | 132.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 150 | 152 | 0.39 | 0.01 | 0 | 0.40 | 182 | 0.25 | 0.48 |
| Hex | 5C | 96 | 98 | 27 | 1 | 0 | 28 | B6 | 19 | 30 |
| Octal | 134 | 226 | 230 | 47 | 1 | 0 | 50 | 266 | 31 | 60 |
| Binary | 1011100 | 10010110 | 10011000 | 100111 | 1 | 0 | 101000 | 10110110 | 11001 | 110000 |
Color Harmonies of #5C9698
Complementary color
Monochromatic Colors of #5C9698
Black with #5C9698
Text Example
Text Example
White with #5C9698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9698; }
p { color: rgb(92,150,152); }
H1.HeaderClassName
{
color: #5C9698;
}
.AnyTagClassName
{
color: #5C9698;
}
</style>
background-color css
<style>
a { background-color: #5C9698; }
a { background-color: rgb(92,150,152); }
div.DivClassName
{
background-color: #5C9698;
}
.BgClassName
{
background-color: #5C9698;
}
</style>
border-color css
<style>
span { border-color: #5C9698; }
span { border-color: rgb(92,150,152); }
td.TdClassName
{
border-color: #5C9698;
}
.TagClassName
{
border-color: #5C9698;
}
</style>