Html Css Color HEX #508D82 Lochinvar

📋 copy color: '#508D82'

red 80 ◦ green 141 ◦ blue 130

#508D82
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #508D82

Tints of Lochinvar #508D82

RGB

 RED value IS 80 (31.64% from 255) = 22.79%

 GREEN value IS 141 (55.47% from 255) = 40.17%

 BLUE value IS 130 (51.17% from 255) = 37.04%

R = 22.79%
G = 40.17%
B = 37.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#508D82 (or 0x508D82) is known color: Lochinvar. HEX triplet: 50, 8D and 82. RGB value is (80,141,130). Sum of RGB (Red+Green+Blue) = 80+141+130=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 141 - color contains mainly: green. Hex color #508D82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508D82 is #AF727D. Grayscale: #797979. Windows color (decimal): -11498110 or 8555856. OLE color: 8555856.

HSL color Cylindrical-coordinate representation of color #508D82: hue angle of 169.18º degrees, saturation: 0.28, 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 #508D82 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 141 130 -
CMYK 0.43 0 0.08 0.45
HSL 169.18º 0.28% 0.43% -
HSV(B) 169.18º 0.43% 0.55% -
XYZ 16.86 22.37 24.55 -
YUV 121.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 80 141 130 0.43 0 0.08 0.45 169.18 0.28 0.43
Hex 50 8D 82 2B 0 8 2D A9 1C 2B
Octal 120 215 202 53 0 10 55 251 34 53
Binary 1010000 10001101 10000010 101011 0 1000 101101 10101001 11100 101011

Color Harmonies of #508D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508D82

Black with #508D82

Text Example


Text Example

White with #508D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #508D82;
 }
 .AnyTagClassName
 {
   color: #508D82;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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