Shades of Half Baked #5C888A
Tints of Half Baked #5C888A
RGB
CMYK
RGB Variations
Color information
#5C888A (or 0x5C888A) is known color: Half Baked. HEX triplet: 5C, 88 and 8A. RGB value is (92,136,138). Sum of RGB (Red+Green+Blue) = 92+136+138=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 138 - color contains mainly: blue. Hex color #5C888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C888A is #A37775. Grayscale: #7B7B7B. Windows color (decimal): -10712950 or 9078876. OLE color: 9078876.
HSL color Cylindrical-coordinate representation of color #5C888A: hue angle of 182.61º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C888A is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 92 | 136 | 138 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.46 |
| HSL | 182.61º | 0.2% | 0.45% | - |
| HSV(B) | 182.61º | 0.33% | 0.54% | - |
| XYZ | 17.81 | 21.72 | 27.3 | - |
| YUV | 123.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 136 | 138 | 0.33 | 0.01 | 0 | 0.46 | 182.61 | 0.2 | 0.45 |
| Hex | 5C | 88 | 8A | 21 | 1 | 0 | 2E | B7 | 14 | 2D |
| Octal | 134 | 210 | 212 | 41 | 1 | 0 | 56 | 267 | 24 | 55 |
| Binary | 1011100 | 10001000 | 10001010 | 100001 | 1 | 0 | 101110 | 10110111 | 10100 | 101101 |
Color Harmonies of #5C888A
Complementary color
Monochromatic Colors of #5C888A
Black with #5C888A
Text Example
Text Example
White with #5C888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C888A; }
p { color: rgb(92,136,138); }
H1.HeaderClassName
{
color: #5C888A;
}
.AnyTagClassName
{
color: #5C888A;
}
</style>
background-color css
<style>
a { background-color: #5C888A; }
a { background-color: rgb(92,136,138); }
div.DivClassName
{
background-color: #5C888A;
}
.BgClassName
{
background-color: #5C888A;
}
</style>
border-color css
<style>
span { border-color: #5C888A; }
span { border-color: rgb(92,136,138); }
td.TdClassName
{
border-color: #5C888A;
}
.TagClassName
{
border-color: #5C888A;
}
</style>