Shades of Half Baked #57928E
Tints of Half Baked #57928E
RGB
CMYK
RGB Variations
Color information
#57928E (or 0x57928E) is known color: Half Baked. HEX triplet: 57, 92 and 8E. RGB value is (87,146,142). Sum of RGB (Red+Green+Blue) = 87+146+142=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #57928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57928E is #A86D71. Grayscale: #7F7F7F. Windows color (decimal): -11038066 or 9343575. OLE color: 9343575.
HSL color Cylindrical-coordinate representation of color #57928E: hue angle of 175.93º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57928E is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 87 | 146 | 142 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.43 |
| HSL | 175.93º | 0.25% | 0.46% | - |
| HSV(B) | 175.93º | 0.4% | 0.57% | - |
| XYZ | 19.09 | 24.54 | 29.32 | - |
| YUV | 127.9 | 135.95 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 146 | 142 | 0.40 | 0 | 0.03 | 0.43 | 175.93 | 0.25 | 0.46 |
| Hex | 57 | 92 | 8E | 28 | 0 | 3 | 2B | B0 | 19 | 2E |
| Octal | 127 | 222 | 216 | 50 | 0 | 3 | 53 | 260 | 31 | 56 |
| Binary | 1010111 | 10010010 | 10001110 | 101000 | 0 | 11 | 101011 | 10110000 | 11001 | 101110 |
Color Harmonies of #57928E
Complementary color
Monochromatic Colors of #57928E
Black with #57928E
Text Example
Text Example
White with #57928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57928E; }
p { color: rgb(87,146,142); }
H1.HeaderClassName
{
color: #57928E;
}
.AnyTagClassName
{
color: #57928E;
}
</style>
background-color css
<style>
a { background-color: #57928E; }
a { background-color: rgb(87,146,142); }
div.DivClassName
{
background-color: #57928E;
}
.BgClassName
{
background-color: #57928E;
}
</style>
border-color css
<style>
span { border-color: #57928E; }
span { border-color: rgb(87,146,142); }
td.TdClassName
{
border-color: #57928E;
}
.TagClassName
{
border-color: #57928E;
}
</style>