Html Css Color HEX #509F86 Lochinvar

📋 copy color: '#509F86'

red 80 ◦ green 159 ◦ blue 134

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

Shades of Lochinvar #509F86

Tints of Lochinvar #509F86

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.63%

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

R = 21.45%
G = 42.63%
B = 35.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#509F86 (or 0x509F86) is known color: Lochinvar. HEX triplet: 50, 9F and 86. RGB value is (80,159,134). Sum of RGB (Red+Green+Blue) = 80+159+134=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #509F86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509F86 is #AF6079. Grayscale: #848484. Windows color (decimal): -11493498 or 8822608. OLE color: 8822608.

HSL color Cylindrical-coordinate representation of color #509F86: hue angle of 161.01º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F86 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 159 134 -
CMYK 0.50 0 0.16 0.38
HSL 161.01º 0.33% 0.47% -
HSV(B) 161.01º 0.5% 0.62% -
XYZ 20.01 28.22 26.95 -
YUV 132.53 128.83 90.53 -
System Red Green Blue C M Y K H S L
Decimal 80 159 134 0.50 0 0.16 0.38 161.01 0.33 0.47
Hex 50 9F 86 32 0 10 26 A1 21 2F
Octal 120 237 206 62 0 20 46 241 41 57
Binary 1010000 10011111 10000110 110010 0 10000 100110 10100001 100001 101111

Color Harmonies of #509F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509F86

Black with #509F86

Text Example


Text Example

White with #509F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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