Shades of Lochinvar #57948B
Tints of Lochinvar #57948B
RGB
CMYK
RGB Variations
Color information
#57948B (or 0x57948B) is known color: Lochinvar. HEX triplet: 57, 94 and 8B. RGB value is (87,148,139). Sum of RGB (Red+Green+Blue) = 87+148+139=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #57948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57948B is #A86B74. Grayscale: #808080. Windows color (decimal): -11037557 or 9147479. OLE color: 9147479.
HSL color Cylindrical-coordinate representation of color #57948B: hue angle of 171.15º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57948B is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 148 | 139 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.42 |
| HSL | 171.15º | 0.26% | 0.46% | - |
| HSV(B) | 171.15º | 0.41% | 0.58% | - |
| XYZ | 19.18 | 25.07 | 28.25 | - |
| YUV | 128.74 | 133.79 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 148 | 139 | 0.41 | 0 | 0.06 | 0.42 | 171.15 | 0.26 | 0.46 |
| Hex | 57 | 94 | 8B | 29 | 0 | 6 | 2A | AB | 1A | 2E |
| Octal | 127 | 224 | 213 | 51 | 0 | 6 | 52 | 253 | 32 | 56 |
| Binary | 1010111 | 10010100 | 10001011 | 101001 | 0 | 110 | 101010 | 10101011 | 11010 | 101110 |
Color Harmonies of #57948B
Complementary color
Monochromatic Colors of #57948B
Black with #57948B
Text Example
Text Example
White with #57948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57948B; }
p { color: rgb(87,148,139); }
H1.HeaderClassName
{
color: #57948B;
}
.AnyTagClassName
{
color: #57948B;
}
</style>
background-color css
<style>
a { background-color: #57948B; }
a { background-color: rgb(87,148,139); }
div.DivClassName
{
background-color: #57948B;
}
.BgClassName
{
background-color: #57948B;
}
</style>
border-color css
<style>
span { border-color: #57948B; }
span { border-color: rgb(87,148,139); }
td.TdClassName
{
border-color: #57948B;
}
.TagClassName
{
border-color: #57948B;
}
</style>