#588D87

Color #588D87 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #588D87

Tints of Lochinvar #588D87

Color information

#588D87 (or 0x588D87) is unknown color: approx Lochinvar. HEX triplet: 58, 8D and 87. RGB value is (88,141,135). Sum of RGB (Red+Green+Blue) = 88+141+135=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 141 - color contains mainly: green. Hex color #588D87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588D87 is #A77278. Grayscale: #7C7C7C. Windows color (decimal): -10973817 or 8883544. OLE color: 8883544.

HSL color Cylindrical-coordinate representation of color #588D87: hue angle of 173.21º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #588D87 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB88141135-
CMYK0.3800.040.45
HSL173.21º23.14%44.9%-
HSV(B)173.21º37.59%55.29%-
XYZ17.9222.8726.39-
YUV124.47133.94101.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 24.18%
GREEN value IS 141 (55.47% from 255) = 38.74%
BLUE value IS 135 (53.12% from 255) = 37.09%
R=24.18%
G=38.74%
B=37.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881411350.3800.040.45173.2123.1444.9
Hex588D8726042Dad172d
Octal1302152074604552552755
Binary1011000100011011000011110011001001011011010110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588D87; }

 p { color: rgb(88,141,135); }

 H1.HeaderClassName
 {
   color: #588D87;
 }
 .AnyTagClassName
 {
   color: #588D87;
 }
</style>
background-color css

<style>
 a { background-color: #588D87; }

 a { background-color: rgb(88,141,135); }

 div.DivClassName
 {
   background-color: #588D87;
 }
 .BgClassName
 {
   background-color: #588D87;
 }
</style>
border-color css

<style>
 span { border-color: #588D87; }

 span { border-color: rgb(88,141,135); }

 td.TdClassName
 {
   border-color: #588D87;
 }
 .TagClassName
 {
   border-color: #588D87;
 }
</style>