#50987F

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

Shades of Lochinvar #50987F

Tints of Lochinvar #50987F

Color information

#50987F (or 0x50987F) is unknown color: approx Lochinvar. HEX triplet: 50, 98 and 7F. RGB value is (80,152,127). Sum of RGB (Red+Green+Blue) = 80+152+127=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #50987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50987F is #AF6780. Grayscale: #7F7F7F. Windows color (decimal): -11495297 or 8362064. OLE color: 8362064.

HSL color Cylindrical-coordinate representation of color #50987F: hue angle of 159.17º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50987F is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB80152127-
CMYK0.4700.160.40
HSL159.17º31.03%45.49%-
HSV(B)159.17º47.37%59.61%-
XYZ18.3725.6924.07-
YUV127.62127.6594.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.28%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 127 (50% from 255) = 35.38%
R=22.28%
G=42.34%
B=35.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801521270.4700.160.40159.1731.0345.49
Hex50987F2F010289f1f2d
Octal12023017757020502373755
Binary10100001001100011111111011110100001010001001111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50987F; }

 p { color: rgb(80,152,127); }

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

<style>
 a { background-color: #50987F; }

 a { background-color: rgb(80,152,127); }

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

<style>
 span { border-color: #50987F; }

 span { border-color: rgb(80,152,127); }

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