Shades of Half Baked #57878B
Tints of Half Baked #57878B
RGB
CMYK
RGB Variations
Color information
#57878B (or 0x57878B) is known color: Half Baked. HEX triplet: 57, 87 and 8B. RGB value is (87,135,139). Sum of RGB (Red+Green+Blue) = 87+135+139=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #57878B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57878B is #A87874. Grayscale: #797979. Windows color (decimal): -11040885 or 9144151. OLE color: 9144151.
HSL color Cylindrical-coordinate representation of color #57878B: hue angle of 184.62º 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 #57878B is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 135 | 139 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.45 |
| HSL | 184.62º | 0.23% | 0.44% | - |
| HSV(B) | 184.62º | 0.37% | 0.55% | - |
| XYZ | 17.25 | 21.22 | 27.61 | - |
| YUV | 121.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 135 | 139 | 0.37 | 0.03 | 0 | 0.45 | 184.62 | 0.23 | 0.44 |
| Hex | 57 | 87 | 8B | 25 | 3 | 0 | 2D | B9 | 17 | 2C |
| Octal | 127 | 207 | 213 | 45 | 3 | 0 | 55 | 271 | 27 | 54 |
| Binary | 1010111 | 10000111 | 10001011 | 100101 | 11 | 0 | 101101 | 10111001 | 10111 | 101100 |
Color Harmonies of #57878B
Complementary color
Monochromatic Colors of #57878B
Black with #57878B
Text Example
Text Example
White with #57878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57878B; }
p { color: rgb(87,135,139); }
H1.HeaderClassName
{
color: #57878B;
}
.AnyTagClassName
{
color: #57878B;
}
</style>
background-color css
<style>
a { background-color: #57878B; }
a { background-color: rgb(87,135,139); }
div.DivClassName
{
background-color: #57878B;
}
.BgClassName
{
background-color: #57878B;
}
</style>
border-color css
<style>
span { border-color: #57878B; }
span { border-color: rgb(87,135,139); }
td.TdClassName
{
border-color: #57878B;
}
.TagClassName
{
border-color: #57878B;
}
</style>