#51917E

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

Shades of Lochinvar #51917E

Tints of Lochinvar #51917E

Color information

#51917E (or 0x51917E) is unknown color: approx Lochinvar. HEX triplet: 51, 91 and 7E. RGB value is (81,145,126). Sum of RGB (Red+Green+Blue) = 81+145+126=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #51917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51917E is #AE6E81. Grayscale: #7B7B7B. Windows color (decimal): -11431554 or 8294737. OLE color: 8294737.

HSL color Cylindrical-coordinate representation of color #51917E: hue angle of 162.19º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51917E is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB81145126-
CMYK0.4400.130.43
HSL162.19º28.32%44.31%-
HSV(B)162.19º44.14%56.86%-
XYZ17.2823.5123.36-
YUV123.7129.397.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.01%
GREEN value IS 145 (57.03% from 255) = 41.19%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=23.01%
G=41.19%
B=35.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811451260.4400.130.43162.1928.3244.31
Hex51917E2C0D2Ba21c2c
Octal12122117654015532423454
Binary1010001100100011111110101100011011010111010001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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