Html Css Color HEX #509D86 Lochinvar

📋 copy color: '#509D86'

red 80 ◦ green 157 ◦ blue 134

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

Shades of Lochinvar #509D86

Tints of Lochinvar #509D86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.12%

R = 21.56%
G = 42.32%
B = 36.12%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#509D86 (or 0x509D86) is known color: Lochinvar. HEX triplet: 50, 9D and 86. RGB value is (80,157,134). Sum of RGB (Red+Green+Blue) = 80+157+134=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #509D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509D86 is #AF6279. Grayscale: #838383. Windows color (decimal): -11494010 or 8822096. OLE color: 8822096.

HSL color Cylindrical-coordinate representation of color #509D86: hue angle of 162.08º 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 #509D86 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 157 134 -
CMYK 0.49 0 0.15 0.38
HSL 162.08º 0.32% 0.46% -
HSV(B) 162.08º 0.49% 0.62% -
XYZ 19.67 27.54 26.83 -
YUV 131.36 129.49 91.37 -
System Red Green Blue C M Y K H S L
Decimal 80 157 134 0.49 0 0.15 0.38 162.08 0.32 0.46
Hex 50 9D 86 31 0 F 26 A2 20 2E
Octal 120 235 206 61 0 17 46 242 40 56
Binary 1010000 10011101 10000110 110001 0 1111 100110 10100010 100000 101110

Color Harmonies of #509D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D86

Black with #509D86

Text Example


Text Example

White with #509D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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