Shades of Half Baked #57868B
Tints of Half Baked #57868B
RGB
CMYK
RGB Variations
Color information
#57868B (or 0x57868B) is known color: Half Baked. HEX triplet: 57, 86 and 8B. RGB value is (87,134,139). Sum of RGB (Red+Green+Blue) = 87+134+139=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 139 - color contains mainly: blue. Hex color #57868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57868B is #A87974. Grayscale: #787878. Windows color (decimal): -11041141 or 9143895. OLE color: 9143895.
HSL color Cylindrical-coordinate representation of color #57868B: hue angle of 185.77º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57868B is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 134 | 139 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.45 |
| HSL | 185.77º | 0.23% | 0.44% | - |
| HSV(B) | 185.77º | 0.37% | 0.55% | - |
| XYZ | 17.12 | 20.94 | 27.57 | - |
| YUV | 120.52 | 138.43 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 134 | 139 | 0.37 | 0.04 | 0 | 0.45 | 185.77 | 0.23 | 0.44 |
| Hex | 57 | 86 | 8B | 25 | 4 | 0 | 2D | BA | 17 | 2C |
| Octal | 127 | 206 | 213 | 45 | 4 | 0 | 55 | 272 | 27 | 54 |
| Binary | 1010111 | 10000110 | 10001011 | 100101 | 100 | 0 | 101101 | 10111010 | 10111 | 101100 |
Color Harmonies of #57868B
Complementary color
Monochromatic Colors of #57868B
Black with #57868B
Text Example
Text Example
White with #57868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57868B; }
p { color: rgb(87,134,139); }
H1.HeaderClassName
{
color: #57868B;
}
.AnyTagClassName
{
color: #57868B;
}
</style>
background-color css
<style>
a { background-color: #57868B; }
a { background-color: rgb(87,134,139); }
div.DivClassName
{
background-color: #57868B;
}
.BgClassName
{
background-color: #57868B;
}
</style>
border-color css
<style>
span { border-color: #57868B; }
span { border-color: rgb(87,134,139); }
td.TdClassName
{
border-color: #57868B;
}
.TagClassName
{
border-color: #57868B;
}
</style>