#509D86

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

Shades of Lochinvar #509D86

Tints of Lochinvar #509D86

Color information

#509D86 (or 0x509D86) is unknown color: approx 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

RGB80157134-
CMYK0.4900.150.38
HSL162.08º32.49%46.47%-
HSV(B)162.08º49.04%61.57%-
XYZ19.6727.5426.83-
YUV131.35129.4991.37-

RGB Variations

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

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 (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801571340.4900.150.38162.0832.4946.47
Hex509D86310F26a2202e
Octal12023520661017462424056
Binary101000010011101100001101100010111110011010100010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>