Shades of Half Baked #5C858A
Tints of Half Baked #5C858A
RGB
CMYK
RGB Variations
Color information
#5C858A (or 0x5C858A) is known color: Half Baked. HEX triplet: 5C, 85 and 8A. RGB value is (92,133,138). Sum of RGB (Red+Green+Blue) = 92+133+138=363 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.34% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #5C858A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C858A is #A37A75. Grayscale: #797979. Windows color (decimal): -10713718 or 9078108. OLE color: 9078108.
HSL color Cylindrical-coordinate representation of color #5C858A: hue angle of 186.52º 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 #5C858A is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 92 | 133 | 138 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.46 |
| HSL | 186.52º | 0.2% | 0.45% | - |
| HSV(B) | 186.52º | 0.33% | 0.54% | - |
| XYZ | 17.39 | 20.89 | 27.16 | - |
| YUV | 121.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 133 | 138 | 0.33 | 0.04 | 0 | 0.46 | 186.52 | 0.2 | 0.45 |
| Hex | 5C | 85 | 8A | 21 | 4 | 0 | 2E | BB | 14 | 2D |
| Octal | 134 | 205 | 212 | 41 | 4 | 0 | 56 | 273 | 24 | 55 |
| Binary | 1011100 | 10000101 | 10001010 | 100001 | 100 | 0 | 101110 | 10111011 | 10100 | 101101 |
Color Harmonies of #5C858A
Complementary color
Monochromatic Colors of #5C858A
Black with #5C858A
Text Example
Text Example
White with #5C858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C858A; }
p { color: rgb(92,133,138); }
H1.HeaderClassName
{
color: #5C858A;
}
.AnyTagClassName
{
color: #5C858A;
}
</style>
background-color css
<style>
a { background-color: #5C858A; }
a { background-color: rgb(92,133,138); }
div.DivClassName
{
background-color: #5C858A;
}
.BgClassName
{
background-color: #5C858A;
}
</style>
border-color css
<style>
span { border-color: #5C858A; }
span { border-color: rgb(92,133,138); }
td.TdClassName
{
border-color: #5C858A;
}
.TagClassName
{
border-color: #5C858A;
}
</style>