#50937D

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

Shades of Lochinvar #50937D

Tints of Lochinvar #50937D

Color information

#50937D (or 0x50937D) is unknown color: approx Lochinvar. HEX triplet: 50, 93 and 7D. RGB value is (80,147,125). Sum of RGB (Red+Green+Blue) = 80+147+125=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #50937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50937D is #AF6C82. Grayscale: #7C7C7C. Windows color (decimal): -11496579 or 8229712. OLE color: 8229712.

HSL color Cylindrical-coordinate representation of color #50937D: hue angle of 160.3º 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 #50937D is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB80147125-
CMYK0.4600.150.42
HSL160.3º29.52%44.51%-
HSV(B)160.3º45.58%57.65%-
XYZ17.4424.0523.13-
YUV124.46128.396.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 147 (57.81% from 255) = 41.76%
BLUE value IS 125 (49.22% from 255) = 35.51%
R=22.73%
G=41.76%
B=35.51%

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
Decimal801471250.4600.150.42160.329.5244.51
Hex50937D2E0F2Aa01e2d
Octal12022317556017522403655
Binary1010000100100111111101101110011111010101010000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50937D; }

 p { color: rgb(80,147,125); }

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

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

 a { background-color: rgb(80,147,125); }

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

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

 span { border-color: rgb(80,147,125); }

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