Shades of Half Baked #57888D
Tints of Half Baked #57888D
RGB
CMYK
RGB Variations
Color information
#57888D (or 0x57888D) is known color: Half Baked. HEX triplet: 57, 88 and 8D. RGB value is (87,136,141). Sum of RGB (Red+Green+Blue) = 87+136+141=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #57888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57888D is #A87772. Grayscale: #797979. Windows color (decimal): -11040627 or 9275479. OLE color: 9275479.
HSL color Cylindrical-coordinate representation of color #57888D: hue angle of 185.56º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57888D is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 136 | 141 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.45 |
| HSL | 185.56º | 0.24% | 0.45% | - |
| HSV(B) | 185.56º | 0.38% | 0.55% | - |
| XYZ | 17.54 | 21.56 | 28.44 | - |
| YUV | 121.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 136 | 141 | 0.38 | 0.04 | 0 | 0.45 | 185.56 | 0.24 | 0.45 |
| Hex | 57 | 88 | 8D | 26 | 4 | 0 | 2D | BA | 18 | 2D |
| Octal | 127 | 210 | 215 | 46 | 4 | 0 | 55 | 272 | 30 | 55 |
| Binary | 1010111 | 10001000 | 10001101 | 100110 | 100 | 0 | 101101 | 10111010 | 11000 | 101101 |
Color Harmonies of #57888D
Complementary color
Monochromatic Colors of #57888D
Black with #57888D
Text Example
Text Example
White with #57888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57888D; }
p { color: rgb(87,136,141); }
H1.HeaderClassName
{
color: #57888D;
}
.AnyTagClassName
{
color: #57888D;
}
</style>
background-color css
<style>
a { background-color: #57888D; }
a { background-color: rgb(87,136,141); }
div.DivClassName
{
background-color: #57888D;
}
.BgClassName
{
background-color: #57888D;
}
</style>
border-color css
<style>
span { border-color: #57888D; }
span { border-color: rgb(87,136,141); }
td.TdClassName
{
border-color: #57888D;
}
.TagClassName
{
border-color: #57888D;
}
</style>