Shades of Lochinvar #588B85
Tints of Lochinvar #588B85
RGB
CMYK
RGB Variations
Color information
#588B85 (or 0x588B85) is known color: Lochinvar. HEX triplet: 58, 8B and 85. RGB value is (88,139,133). Sum of RGB (Red+Green+Blue) = 88+139+133=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 139 - color contains mainly: green. Hex color #588B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588B85 is #A7747A. Grayscale: #7B7B7B. Windows color (decimal): -10974331 or 8751960. OLE color: 8751960.
HSL color Cylindrical-coordinate representation of color #588B85: hue angle of 172.94º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #588B85 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 139 | 133 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.45 |
| HSL | 172.94º | 0.22% | 0.45% | - |
| HSV(B) | 172.94º | 0.37% | 0.55% | - |
| XYZ | 17.49 | 22.23 | 25.56 | - |
| YUV | 123.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 133 | 0.37 | 0 | 0.04 | 0.45 | 172.94 | 0.22 | 0.45 |
| Hex | 58 | 8B | 85 | 25 | 0 | 4 | 2D | AD | 16 | 2D |
| Octal | 130 | 213 | 205 | 45 | 0 | 4 | 55 | 255 | 26 | 55 |
| Binary | 1011000 | 10001011 | 10000101 | 100101 | 0 | 100 | 101101 | 10101101 | 10110 | 101101 |
Color Harmonies of #588B85
Complementary color
Monochromatic Colors of #588B85
Black with #588B85
Text Example
Text Example
White with #588B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588B85; }
p { color: rgb(88,139,133); }
H1.HeaderClassName
{
color: #588B85;
}
.AnyTagClassName
{
color: #588B85;
}
</style>
background-color css
<style>
a { background-color: #588B85; }
a { background-color: rgb(88,139,133); }
div.DivClassName
{
background-color: #588B85;
}
.BgClassName
{
background-color: #588B85;
}
</style>
border-color css
<style>
span { border-color: #588B85; }
span { border-color: rgb(88,139,133); }
td.TdClassName
{
border-color: #588B85;
}
.TagClassName
{
border-color: #588B85;
}
</style>