#50958E

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

Shades of Lochinvar #50958E

Tints of Lochinvar #50958E

Color information

#50958E (or 0x50958E) is unknown color: approx Lochinvar. HEX triplet: 50, 95 and 8E. RGB value is (80,149,142). Sum of RGB (Red+Green+Blue) = 80+149+142=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #50958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50958E is #AF6A71. Grayscale: #7F7F7F. Windows color (decimal): -11496050 or 9344336. OLE color: 9344336.

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

Color convert

RGB80149142-
CMYK0.4600.050.42
HSL173.91º30.13%44.9%-
HSV(B)173.91º46.31%58.43%-
XYZ18.9425.1529.45-
YUV127.57136.1494.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=21.56%
G=40.16%
B=38.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801491420.4600.050.42173.9130.1344.9
Hex50958E2E052Aae1e2d
Octal1202252165605522563655
Binary1010000100101011000111010111001011010101010111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,149,142); }

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

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

 a { background-color: rgb(80,149,142); }

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

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

 span { border-color: rgb(80,149,142); }

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