Shades of Half Baked #57908C
Tints of Half Baked #57908C
RGB
CMYK
RGB Variations
Color information
#57908C (or 0x57908C) is known color: Half Baked. HEX triplet: 57, 90 and 8C. RGB value is (87,144,140). Sum of RGB (Red+Green+Blue) = 87+144+140=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 144 - color contains mainly: green. Hex color #57908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57908C is #A86F73. Grayscale: #7E7E7E. Windows color (decimal): -11038580 or 9211991. OLE color: 9211991.
HSL color Cylindrical-coordinate representation of color #57908C: hue angle of 175.79º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57908C is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 144 | 140 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.44 |
| HSL | 175.79º | 0.25% | 0.45% | - |
| HSV(B) | 175.79º | 0.4% | 0.56% | - |
| XYZ | 18.64 | 23.87 | 28.44 | - |
| YUV | 126.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 144 | 140 | 0.40 | 0 | 0.03 | 0.44 | 175.79 | 0.25 | 0.45 |
| Hex | 57 | 90 | 8C | 28 | 0 | 3 | 2C | B0 | 19 | 2D |
| Octal | 127 | 220 | 214 | 50 | 0 | 3 | 54 | 260 | 31 | 55 |
| Binary | 1010111 | 10010000 | 10001100 | 101000 | 0 | 11 | 101100 | 10110000 | 11001 | 101101 |
Color Harmonies of #57908C
Complementary color
Monochromatic Colors of #57908C
Black with #57908C
Text Example
Text Example
White with #57908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57908C; }
p { color: rgb(87,144,140); }
H1.HeaderClassName
{
color: #57908C;
}
.AnyTagClassName
{
color: #57908C;
}
</style>
background-color css
<style>
a { background-color: #57908C; }
a { background-color: rgb(87,144,140); }
div.DivClassName
{
background-color: #57908C;
}
.BgClassName
{
background-color: #57908C;
}
</style>
border-color css
<style>
span { border-color: #57908C; }
span { border-color: rgb(87,144,140); }
td.TdClassName
{
border-color: #57908C;
}
.TagClassName
{
border-color: #57908C;
}
</style>