#588881

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

Shades of Lochinvar #588881

Tints of Lochinvar #588881

Color information

#588881 (or 0x588881) is unknown color: approx Lochinvar. HEX triplet: 58, 88 and 81. RGB value is (88,136,129). Sum of RGB (Red+Green+Blue) = 88+136+129=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 136 - color contains mainly: green. Hex color #588881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588881 is #A7777E. Grayscale: #787878. Windows color (decimal): -10975103 or 8489048. OLE color: 8489048.

HSL color Cylindrical-coordinate representation of color #588881: hue angle of 171.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #588881 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB88136129-
CMYK0.3500.050.47
HSL171.25º21.43%43.92%-
HSV(B)171.25º35.29%53.33%-
XYZ16.7921.2723.99-
YUV120.85132.6104.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.93%
GREEN value IS 136 (53.52% from 255) = 38.53%
BLUE value IS 129 (50.78% from 255) = 36.54%
R=24.93%
G=38.53%
B=36.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881361290.3500.050.47171.2521.4343.92
Hex58888123052Fab152c
Octal1302102014305572532554
Binary1011000100010001000000110001101011011111010101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588881; }

 p { color: rgb(88,136,129); }

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

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

 a { background-color: rgb(88,136,129); }

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

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

 span { border-color: rgb(88,136,129); }

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