Shades of Half Baked #57858D
Tints of Half Baked #57858D
RGB
CMYK
RGB Variations
Color information
#57858D (or 0x57858D) is known color: Half Baked. HEX triplet: 57, 85 and 8D. RGB value is (87,133,141). Sum of RGB (Red+Green+Blue) = 87+133+141=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #57858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57858D is #A87A72. Grayscale: #787878. Windows color (decimal): -11041395 or 9274711. OLE color: 9274711.
HSL color Cylindrical-coordinate representation of color #57858D: hue angle of 188.89º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57858D is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 133 | 141 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.45 |
| HSL | 188.89º | 0.24% | 0.45% | - |
| HSV(B) | 188.89º | 0.38% | 0.55% | - |
| XYZ | 17.13 | 20.72 | 28.3 | - |
| YUV | 120.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 133 | 141 | 0.38 | 0.06 | 0 | 0.45 | 188.89 | 0.24 | 0.45 |
| Hex | 57 | 85 | 8D | 26 | 6 | 0 | 2D | BD | 18 | 2D |
| Octal | 127 | 205 | 215 | 46 | 6 | 0 | 55 | 275 | 30 | 55 |
| Binary | 1010111 | 10000101 | 10001101 | 100110 | 110 | 0 | 101101 | 10111101 | 11000 | 101101 |
Color Harmonies of #57858D
Complementary color
Monochromatic Colors of #57858D
Black with #57858D
Text Example
Text Example
White with #57858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57858D; }
p { color: rgb(87,133,141); }
H1.HeaderClassName
{
color: #57858D;
}
.AnyTagClassName
{
color: #57858D;
}
</style>
background-color css
<style>
a { background-color: #57858D; }
a { background-color: rgb(87,133,141); }
div.DivClassName
{
background-color: #57858D;
}
.BgClassName
{
background-color: #57858D;
}
</style>
border-color css
<style>
span { border-color: #57858D; }
span { border-color: rgb(87,133,141); }
td.TdClassName
{
border-color: #57858D;
}
.TagClassName
{
border-color: #57858D;
}
</style>