Shades of Half Baked #57898B
Tints of Half Baked #57898B
RGB
CMYK
RGB Variations
Color information
#57898B (or 0x57898B) is known color: Half Baked. HEX triplet: 57, 89 and 8B. RGB value is (87,137,139). Sum of RGB (Red+Green+Blue) = 87+137+139=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #57898B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57898B is #A87674. Grayscale: #7A7A7A. Windows color (decimal): -11040373 or 9144663. OLE color: 9144663.
HSL color Cylindrical-coordinate representation of color #57898B: hue angle of 182.31º 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 #57898B is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 137 | 139 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.45 |
| HSL | 182.31º | 0.23% | 0.44% | - |
| HSV(B) | 182.31º | 0.37% | 0.55% | - |
| XYZ | 17.54 | 21.78 | 27.71 | - |
| YUV | 122.28 | 137.44 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 137 | 139 | 0.37 | 0.01 | 0 | 0.45 | 182.31 | 0.23 | 0.44 |
| Hex | 57 | 89 | 8B | 25 | 1 | 0 | 2D | B6 | 17 | 2C |
| Octal | 127 | 211 | 213 | 45 | 1 | 0 | 55 | 266 | 27 | 54 |
| Binary | 1010111 | 10001001 | 10001011 | 100101 | 1 | 0 | 101101 | 10110110 | 10111 | 101100 |
Color Harmonies of #57898B
Complementary color
Monochromatic Colors of #57898B
Black with #57898B
Text Example
Text Example
White with #57898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57898B; }
p { color: rgb(87,137,139); }
H1.HeaderClassName
{
color: #57898B;
}
.AnyTagClassName
{
color: #57898B;
}
</style>
background-color css
<style>
a { background-color: #57898B; }
a { background-color: rgb(87,137,139); }
div.DivClassName
{
background-color: #57898B;
}
.BgClassName
{
background-color: #57898B;
}
</style>
border-color css
<style>
span { border-color: #57898B; }
span { border-color: rgb(87,137,139); }
td.TdClassName
{
border-color: #57898B;
}
.TagClassName
{
border-color: #57898B;
}
</style>