Shades of Half Baked #5C928C
Tints of Half Baked #5C928C
RGB
CMYK
RGB Variations
Color information
#5C928C (or 0x5C928C) is known color: Half Baked. HEX triplet: 5C, 92 and 8C. RGB value is (92,146,140). Sum of RGB (Red+Green+Blue) = 92+146+140=378 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.34% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #5C928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C928C is #A36D73. Grayscale: #818181. Windows color (decimal): -10710388 or 9212508. OLE color: 9212508.
HSL color Cylindrical-coordinate representation of color #5C928C: hue angle of 173.33º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C928C is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 146 | 140 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.43 |
| HSL | 173.33º | 0.23% | 0.47% | - |
| HSV(B) | 173.33º | 0.37% | 0.57% | - |
| XYZ | 19.43 | 24.73 | 28.56 | - |
| YUV | 129.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 146 | 140 | 0.37 | 0 | 0.04 | 0.43 | 173.33 | 0.23 | 0.47 |
| Hex | 5C | 92 | 8C | 25 | 0 | 4 | 2B | AD | 17 | 2F |
| Octal | 134 | 222 | 214 | 45 | 0 | 4 | 53 | 255 | 27 | 57 |
| Binary | 1011100 | 10010010 | 10001100 | 100101 | 0 | 100 | 101011 | 10101101 | 10111 | 101111 |
Color Harmonies of #5C928C
Complementary color
Monochromatic Colors of #5C928C
Black with #5C928C
Text Example
Text Example
White with #5C928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C928C; }
p { color: rgb(92,146,140); }
H1.HeaderClassName
{
color: #5C928C;
}
.AnyTagClassName
{
color: #5C928C;
}
</style>
background-color css
<style>
a { background-color: #5C928C; }
a { background-color: rgb(92,146,140); }
div.DivClassName
{
background-color: #5C928C;
}
.BgClassName
{
background-color: #5C928C;
}
</style>
border-color css
<style>
span { border-color: #5C928C; }
span { border-color: rgb(92,146,140); }
td.TdClassName
{
border-color: #5C928C;
}
.TagClassName
{
border-color: #5C928C;
}
</style>