Shades of Half Baked #57918F
Tints of Half Baked #57918F
RGB
CMYK
RGB Variations
Color information
#57918F (or 0x57918F) is known color: Half Baked. HEX triplet: 57, 91 and 8F. RGB value is (87,145,143). Sum of RGB (Red+Green+Blue) = 87+145+143=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 145 - color contains mainly: green. Hex color #57918F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57918F is #A86E70. Grayscale: #7F7F7F. Windows color (decimal): -11038321 or 9408855. OLE color: 9408855.
HSL color Cylindrical-coordinate representation of color #57918F: hue angle of 177.93º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57918F is Cyan = 0.4, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 87 | 145 | 143 | - |
| CMYK | 0.4 | 0 | 0.01 | 0.43 |
| HSL | 177.93º | 0.25% | 0.45% | - |
| HSV(B) | 177.93º | 0.4% | 0.57% | - |
| XYZ | 19.01 | 24.26 | 29.67 | - |
| YUV | 127.43 | 136.78 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 145 | 143 | 0.4 | 0 | 0.01 | 0.43 | 177.93 | 0.25 | 0.45 |
| Hex | 57 | 91 | 8F | 28 | 0 | 1 | 2B | B2 | 19 | 2D |
| Octal | 127 | 221 | 217 | 50 | 0 | 1 | 53 | 262 | 31 | 55 |
| Binary | 1010111 | 10010001 | 10001111 | 101000 | 0 | 1 | 101011 | 10110010 | 11001 | 101101 |
Color Harmonies of #57918F
Complementary color
Monochromatic Colors of #57918F
Black with #57918F
Text Example
Text Example
White with #57918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57918F; }
p { color: rgb(87,145,143); }
H1.HeaderClassName
{
color: #57918F;
}
.AnyTagClassName
{
color: #57918F;
}
</style>
background-color css
<style>
a { background-color: #57918F; }
a { background-color: rgb(87,145,143); }
div.DivClassName
{
background-color: #57918F;
}
.BgClassName
{
background-color: #57918F;
}
</style>
border-color css
<style>
span { border-color: #57918F; }
span { border-color: rgb(87,145,143); }
td.TdClassName
{
border-color: #57918F;
}
.TagClassName
{
border-color: #57918F;
}
</style>