#51957E

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

Shades of Lochinvar #51957E

Tints of Lochinvar #51957E

Color information

#51957E (or 0x51957E) is unknown color: approx Lochinvar. HEX triplet: 51, 95 and 7E. RGB value is (81,149,126). Sum of RGB (Red+Green+Blue) = 81+149+126=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #51957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51957E is #AE6A81. Grayscale: #7E7E7E. Windows color (decimal): -11430530 or 8295761. OLE color: 8295761.

HSL color Cylindrical-coordinate representation of color #51957E: hue angle of 159.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51957E is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB81149126-
CMYK0.4600.150.42
HSL159.71º29.57%45.1%-
HSV(B)159.71º45.64%58.43%-
XYZ17.9124.7523.57-
YUV126.05127.9795.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 149 (58.59% from 255) = 41.85%
BLUE value IS 126 (49.61% from 255) = 35.39%
R=22.75%
G=41.85%
B=35.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811491260.4600.150.42159.7129.5745.1
Hex51957E2E0F2Aa01e2d
Octal12122517656017522403655
Binary1010001100101011111110101110011111010101010000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51957E; }

 p { color: rgb(81,149,126); }

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

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

 a { background-color: rgb(81,149,126); }

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

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

 span { border-color: rgb(81,149,126); }

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