#508B7F

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

Shades of Lochinvar #508B7F

Tints of Lochinvar #508B7F

Color information

#508B7F (or 0x508B7F) is unknown color: approx Lochinvar. HEX triplet: 50, 8B and 7F. RGB value is (80,139,127). Sum of RGB (Red+Green+Blue) = 80+139+127=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 139 - color contains mainly: green. Hex color #508B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B7F is #AF7480. Grayscale: #777777. Windows color (decimal): -11498625 or 8358736. OLE color: 8358736.

HSL color Cylindrical-coordinate representation of color #508B7F: hue angle of 167.8º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508B7F is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB80139127-
CMYK0.4200.090.45
HSL167.8º26.94%42.94%-
HSV(B)167.8º42.45%54.51%-
XYZ16.3721.723.4-
YUV119.99131.9599.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 139 (54.69% from 255) = 40.17%
BLUE value IS 127 (50% from 255) = 36.71%
R=23.12%
G=40.17%
B=36.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801391270.4200.090.45167.826.9442.94
Hex508B7F2A092Da81b2b
Octal12021317752011552503353
Binary1010000100010111111111101010010011011011010100011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508B7F; }

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

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

<style>
 a { background-color: #508B7F; }

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

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

<style>
 span { border-color: #508B7F; }

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

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