#508F7C

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

Shades of Lochinvar #508F7C

Tints of Lochinvar #508F7C

Color information

#508F7C (or 0x508F7C) is unknown color: approx Lochinvar. HEX triplet: 50, 8F and 7C. RGB value is (80,143,124). Sum of RGB (Red+Green+Blue) = 80+143+124=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 143 - color contains mainly: green. Hex color #508F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508F7C is #AF7083. Grayscale: #7A7A7A. Windows color (decimal): -11497604 or 8163152. OLE color: 8163152.

HSL color Cylindrical-coordinate representation of color #508F7C: hue angle of 161.9º 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 #508F7C is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB80143124-
CMYK0.4400.130.44
HSL161.9º28.25%43.73%-
HSV(B)161.9º44.06%56.08%-
XYZ16.7722.8122.59-
YUV122129.1398.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 143 (56.25% from 255) = 41.21%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=23.05%
G=41.21%
B=35.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801431240.4400.130.44161.928.2543.73
Hex508F7C2C0D2Ca21c2c
Octal12021717454015542423454
Binary1010000100011111111100101100011011011001010001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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