#57938B

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

Shades of Lochinvar #57938B

Tints of Lochinvar #57938B

Color information

#57938B (or 0x57938B) is unknown color: approx Lochinvar. HEX triplet: 57, 93 and 8B. RGB value is (87,147,139). Sum of RGB (Red+Green+Blue) = 87+147+139=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #57938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57938B is #A86C74. Grayscale: #808080. Windows color (decimal): -11037813 or 9147223. OLE color: 9147223.

HSL color Cylindrical-coordinate representation of color #57938B: hue angle of 172º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57938B is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB87147139-
CMYK0.4100.050.42
HSL172º25.64%45.88%-
HSV(B)172º40.82%57.65%-
XYZ19.0224.7628.2-
YUV128.15134.1298.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.32%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=23.32%
G=39.41%
B=37.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871471390.4100.050.4217225.6445.88
Hex57938B29052Aac1a2e
Octal1272232135105522543256
Binary1010111100100111000101110100101011010101010110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57938B; }

 p { color: rgb(87,147,139); }

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

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

 a { background-color: rgb(87,147,139); }

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

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

 span { border-color: rgb(87,147,139); }

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