Shades of Half Baked #57888B
Tints of Half Baked #57888B
RGB
CMYK
RGB Variations
Color information
#57888B (or 0x57888B) is known color: Half Baked. HEX triplet: 57, 88 and 8B. RGB value is (87,136,139). Sum of RGB (Red+Green+Blue) = 87+136+139=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #57888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57888B is #A87774. Grayscale: #797979. Windows color (decimal): -11040629 or 9144407. OLE color: 9144407.
HSL color Cylindrical-coordinate representation of color #57888B: hue angle of 183.46º 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 #57888B is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 136 | 139 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.45 |
| HSL | 183.46º | 0.23% | 0.44% | - |
| HSV(B) | 183.46º | 0.37% | 0.55% | - |
| XYZ | 17.39 | 21.5 | 27.66 | - |
| YUV | 121.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 136 | 139 | 0.37 | 0.02 | 0 | 0.45 | 183.46 | 0.23 | 0.44 |
| Hex | 57 | 88 | 8B | 25 | 2 | 0 | 2D | B7 | 17 | 2C |
| Octal | 127 | 210 | 213 | 45 | 2 | 0 | 55 | 267 | 27 | 54 |
| Binary | 1010111 | 10001000 | 10001011 | 100101 | 10 | 0 | 101101 | 10110111 | 10111 | 101100 |
Color Harmonies of #57888B
Complementary color
Monochromatic Colors of #57888B
Black with #57888B
Text Example
Text Example
White with #57888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57888B; }
p { color: rgb(87,136,139); }
H1.HeaderClassName
{
color: #57888B;
}
.AnyTagClassName
{
color: #57888B;
}
</style>
background-color css
<style>
a { background-color: #57888B; }
a { background-color: rgb(87,136,139); }
div.DivClassName
{
background-color: #57888B;
}
.BgClassName
{
background-color: #57888B;
}
</style>
border-color css
<style>
span { border-color: #57888B; }
span { border-color: rgb(87,136,139); }
td.TdClassName
{
border-color: #57888B;
}
.TagClassName
{
border-color: #57888B;
}
</style>