#588880

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

Shades of Lochinvar #588880

Tints of Lochinvar #588880

Color information

#588880 (or 0x588880) is unknown color: approx Lochinvar. HEX triplet: 58, 88 and 80. RGB value is (88,136,128). Sum of RGB (Red+Green+Blue) = 88+136+128=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 136 - color contains mainly: green. Hex color #588880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588880 is #A7777F. Grayscale: #787878. Windows color (decimal): -10975104 or 8423512. OLE color: 8423512.

HSL color Cylindrical-coordinate representation of color #588880: hue angle of 170º 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 #588880 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB88136128-
CMYK0.3500.060.47
HSL170º21.43%43.92%-
HSV(B)170º35.29%53.33%-
XYZ16.7221.2423.64-
YUV120.74132.1104.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25%
GREEN value IS 136 (53.52% from 255) = 38.64%
BLUE value IS 128 (50.39% from 255) = 36.36%
R=25%
G=38.64%
B=36.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881361280.3500.060.4717021.4343.92
Hex58888023062Faa152c
Octal1302102004306572522554
Binary1011000100010001000000010001101101011111010101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588880; }

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

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

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

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

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

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

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

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