#508C82

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

Shades of Lochinvar #508C82

Tints of Lochinvar #508C82

Color information

#508C82 (or 0x508C82) is unknown color: approx Lochinvar. HEX triplet: 50, 8C and 82. RGB value is (80,140,130). Sum of RGB (Red+Green+Blue) = 80+140+130=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 140 - color contains mainly: green. Hex color #508C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508C82 is #AF737D. Grayscale: #787878. Windows color (decimal): -11498366 or 8555600. OLE color: 8555600.

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

Color convert

RGB80140130-
CMYK0.4300.070.45
HSL170º27.27%43.14%-
HSV(B)170º42.86%54.9%-
XYZ16.7222.0724.5-
YUV120.92133.1298.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.86%
GREEN value IS 140 (55.08% from 255) = 40%
BLUE value IS 130 (51.17% from 255) = 37.14%
R=22.86%
G=40%
B=37.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801401300.4300.070.4517027.2743.14
Hex508C822B072Daa1b2b
Octal1202142025307552523353
Binary1010000100011001000001010101101111011011010101011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,140,130); }

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

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

 a { background-color: rgb(80,140,130); }

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

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

 span { border-color: rgb(80,140,130); }

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