Html Css Color HEX #509D82 Lochinvar

📋 copy color: '#509D82'

red 80 ◦ green 157 ◦ blue 130

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

Shades of Lochinvar #509D82

Tints of Lochinvar #509D82

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.78%

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

R = 21.8%
G = 42.78%
B = 35.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#509D82 (or 0x509D82) is known color: Lochinvar. HEX triplet: 50, 9D and 82. RGB value is (80,157,130). Sum of RGB (Red+Green+Blue) = 80+157+130=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 157 - color contains mainly: green. Hex color #509D82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509D82 is #AF627D. Grayscale: #828282. Windows color (decimal): -11494014 or 8559952. OLE color: 8559952.

HSL color Cylindrical-coordinate representation of color #509D82: hue angle of 158.96º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509D82 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 157 130 -
CMYK 0.49 0 0.17 0.38
HSL 158.96º 0.32% 0.46% -
HSV(B) 158.96º 0.49% 0.62% -
XYZ 19.39 27.43 25.39 -
YUV 130.9 127.49 91.7 -
System Red Green Blue C M Y K H S L
Decimal 80 157 130 0.49 0 0.17 0.38 158.96 0.32 0.46
Hex 50 9D 82 31 0 11 26 9F 20 2E
Octal 120 235 202 61 0 21 46 237 40 56
Binary 1010000 10011101 10000010 110001 0 10001 100110 10011111 100000 101110

Color Harmonies of #509D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D82

Black with #509D82

Text Example


Text Example

White with #509D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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