#508F7F

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

Shades of Lochinvar #508F7F

Tints of Lochinvar #508F7F

Color information

#508F7F (or 0x508F7F) is unknown color: approx Lochinvar. HEX triplet: 50, 8F and 7F. RGB value is (80,143,127). Sum of RGB (Red+Green+Blue) = 80+143+127=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 143 - color contains mainly: green. Hex color #508F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508F7F is #AF7080. Grayscale: #7A7A7A. Windows color (decimal): -11497601 or 8359760. OLE color: 8359760.

HSL color Cylindrical-coordinate representation of color #508F7F: hue angle of 164.76º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #508F7F is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB80143127-
CMYK0.4400.110.44
HSL164.76º28.25%43.73%-
HSV(B)164.76º44.06%56.08%-
XYZ16.9622.8823.6-
YUV122.34130.6397.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.86%
GREEN value IS 143 (56.25% from 255) = 40.86%
BLUE value IS 127 (50% from 255) = 36.29%
R=22.86%
G=40.86%
B=36.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801431270.4400.110.44164.7628.2543.73
Hex508F7F2C0B2Ca51c2c
Octal12021717754013542453454
Binary1010000100011111111111101100010111011001010010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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