Shades of Lochinvar #558B87
Tints of Lochinvar #558B87
RGB
CMYK
RGB Variations
Color information
#558B87 (or 0x558B87) is known color: Lochinvar. HEX triplet: 55, 8B and 87. RGB value is (85,139,135). Sum of RGB (Red+Green+Blue) = 85+139+135=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #558B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558B87 is #AA7478. Grayscale: #7A7A7A. Windows color (decimal): -11170937 or 8883029. OLE color: 8883029.
HSL color Cylindrical-coordinate representation of color #558B87: hue angle of 175.56º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #558B87 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 139 | 135 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.45 |
| HSL | 175.56º | 0.24% | 0.44% | - |
| HSV(B) | 175.56º | 0.39% | 0.55% | - |
| XYZ | 17.35 | 22.15 | 26.28 | - |
| YUV | 122.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 135 | 0.39 | 0 | 0.03 | 0.45 | 175.56 | 0.24 | 0.44 |
| Hex | 55 | 8B | 87 | 27 | 0 | 3 | 2D | B0 | 18 | 2C |
| Octal | 125 | 213 | 207 | 47 | 0 | 3 | 55 | 260 | 30 | 54 |
| Binary | 1010101 | 10001011 | 10000111 | 100111 | 0 | 11 | 101101 | 10110000 | 11000 | 101100 |
Color Harmonies of #558B87
Complementary color
Monochromatic Colors of #558B87
Black with #558B87
Text Example
Text Example
White with #558B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558B87; }
p { color: rgb(85,139,135); }
H1.HeaderClassName
{
color: #558B87;
}
.AnyTagClassName
{
color: #558B87;
}
</style>
background-color css
<style>
a { background-color: #558B87; }
a { background-color: rgb(85,139,135); }
div.DivClassName
{
background-color: #558B87;
}
.BgClassName
{
background-color: #558B87;
}
</style>
border-color css
<style>
span { border-color: #558B87; }
span { border-color: rgb(85,139,135); }
td.TdClassName
{
border-color: #558B87;
}
.TagClassName
{
border-color: #558B87;
}
</style>