Shades of Lochinvar #558B83
Tints of Lochinvar #558B83
RGB
CMYK
RGB Variations
Color information
#558B83 (or 0x558B83) is known color: Lochinvar. HEX triplet: 55, 8B and 83. RGB value is (85,139,131). Sum of RGB (Red+Green+Blue) = 85+139+131=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #558B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558B83 is #AA747C. Grayscale: #797979. Windows color (decimal): -11170941 or 8620885. OLE color: 8620885.
HSL color Cylindrical-coordinate representation of color #558B83: hue angle of 171.11º 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 #558B83 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 139 | 131 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.45 |
| HSL | 171.11º | 0.24% | 0.44% | - |
| HSV(B) | 171.11º | 0.39% | 0.55% | - |
| XYZ | 17.08 | 22.04 | 24.83 | - |
| YUV | 121.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 131 | 0.39 | 0 | 0.06 | 0.45 | 171.11 | 0.24 | 0.44 |
| Hex | 55 | 8B | 83 | 27 | 0 | 6 | 2D | AB | 18 | 2C |
| Octal | 125 | 213 | 203 | 47 | 0 | 6 | 55 | 253 | 30 | 54 |
| Binary | 1010101 | 10001011 | 10000011 | 100111 | 0 | 110 | 101101 | 10101011 | 11000 | 101100 |
Color Harmonies of #558B83
Complementary color
Monochromatic Colors of #558B83
Black with #558B83
Text Example
Text Example
White with #558B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558B83; }
p { color: rgb(85,139,131); }
H1.HeaderClassName
{
color: #558B83;
}
.AnyTagClassName
{
color: #558B83;
}
</style>
background-color css
<style>
a { background-color: #558B83; }
a { background-color: rgb(85,139,131); }
div.DivClassName
{
background-color: #558B83;
}
.BgClassName
{
background-color: #558B83;
}
</style>
border-color css
<style>
span { border-color: #558B83; }
span { border-color: rgb(85,139,131); }
td.TdClassName
{
border-color: #558B83;
}
.TagClassName
{
border-color: #558B83;
}
</style>