Shades of Lochinvar #588C83
Tints of Lochinvar #588C83
RGB
CMYK
RGB Variations
Color information
#588C83 (or 0x588C83) is known color: Lochinvar. HEX triplet: 58, 8C and 83. RGB value is (88,140,131). Sum of RGB (Red+Green+Blue) = 88+140+131=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 140 - color contains mainly: green. Hex color #588C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588C83 is #A7737C. Grayscale: #7B7B7B. Windows color (decimal): -10974077 or 8621144. OLE color: 8621144.
HSL color Cylindrical-coordinate representation of color #588C83: hue angle of 169.62º degrees, saturation: 0.23, 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 #588C83 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 140 | 131 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.45 |
| HSL | 169.62º | 0.23% | 0.45% | - |
| HSV(B) | 169.62º | 0.37% | 0.55% | - |
| XYZ | 17.5 | 22.47 | 24.89 | - |
| YUV | 123.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 131 | 0.37 | 0 | 0.06 | 0.45 | 169.62 | 0.23 | 0.45 |
| Hex | 58 | 8C | 83 | 25 | 0 | 6 | 2D | AA | 17 | 2D |
| Octal | 130 | 214 | 203 | 45 | 0 | 6 | 55 | 252 | 27 | 55 |
| Binary | 1011000 | 10001100 | 10000011 | 100101 | 0 | 110 | 101101 | 10101010 | 10111 | 101101 |
Color Harmonies of #588C83
Complementary color
Monochromatic Colors of #588C83
Black with #588C83
Text Example
Text Example
White with #588C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588C83; }
p { color: rgb(88,140,131); }
H1.HeaderClassName
{
color: #588C83;
}
.AnyTagClassName
{
color: #588C83;
}
</style>
background-color css
<style>
a { background-color: #588C83; }
a { background-color: rgb(88,140,131); }
div.DivClassName
{
background-color: #588C83;
}
.BgClassName
{
background-color: #588C83;
}
</style>
border-color css
<style>
span { border-color: #588C83; }
span { border-color: rgb(88,140,131); }
td.TdClassName
{
border-color: #588C83;
}
.TagClassName
{
border-color: #588C83;
}
</style>