#508E7D

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

Shades of Lochinvar #508E7D

Tints of Lochinvar #508E7D

Color information

#508E7D (or 0x508E7D) is unknown color: approx Lochinvar. HEX triplet: 50, 8E and 7D. RGB value is (80,142,125). Sum of RGB (Red+Green+Blue) = 80+142+125=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 142 - color contains mainly: green. Hex color #508E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508E7D is #AF7182. Grayscale: #797979. Windows color (decimal): -11497859 or 8228432. OLE color: 8228432.

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

Color convert

RGB80142125-
CMYK0.4400.120.44
HSL163.55º27.93%43.53%-
HSV(B)163.55º43.66%55.69%-
XYZ16.6822.5322.87-
YUV121.52129.9698.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 142 (55.86% from 255) = 40.92%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=23.05%
G=40.92%
B=36.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801421250.4400.120.44163.5527.9343.53
Hex508E7D2C0C2Ca41c2c
Octal12021617554014542443454
Binary1010000100011101111101101100011001011001010010011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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