#578882

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

Shades of Lochinvar #578882

Tints of Lochinvar #578882

Color information

#578882 (or 0x578882) is unknown color: approx Lochinvar. HEX triplet: 57, 88 and 82. RGB value is (87,136,130). Sum of RGB (Red+Green+Blue) = 87+136+130=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 136 - color contains mainly: green. Hex color #578882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578882 is #A8777D. Grayscale: #787878. Windows color (decimal): -11040638 or 8554583. OLE color: 8554583.

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

Color convert

RGB87136130-
CMYK0.3600.040.47
HSL172.65º21.97%43.73%-
HSV(B)172.65º36.03%53.33%-
XYZ16.7621.2524.34-
YUV120.66133.27103.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.65%
GREEN value IS 136 (53.52% from 255) = 38.53%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=24.65%
G=38.53%
B=36.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871361300.3600.040.47172.6521.9743.73
Hex57888224042Fad162c
Octal1272102024404572552654
Binary1010111100010001000001010010001001011111010110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578882; }

 p { color: rgb(87,136,130); }

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

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

 a { background-color: rgb(87,136,130); }

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

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

 span { border-color: rgb(87,136,130); }

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