#509C86

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

Shades of Lochinvar #509C86

Tints of Lochinvar #509C86

Color information

#509C86 (or 0x509C86) is unknown color: approx Lochinvar. HEX triplet: 50, 9C and 86. RGB value is (80,156,134). Sum of RGB (Red+Green+Blue) = 80+156+134=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 156 - color contains mainly: green. Hex color #509C86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509C86 is #AF6379. Grayscale: #828282. Windows color (decimal): -11494266 or 8821840. OLE color: 8821840.

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

Color convert

RGB80156134-
CMYK0.4900.140.39
HSL162.63º32.2%46.27%-
HSV(B)162.63º48.72%61.18%-
XYZ19.527.226.78-
YUV130.77129.8291.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.62%
GREEN value IS 156 (61.33% from 255) = 42.16%
BLUE value IS 134 (52.73% from 255) = 36.22%
R=21.62%
G=42.16%
B=36.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801561340.4900.140.39162.6332.246.27
Hex509C86310E27a3202e
Octal12023420661016472434056
Binary101000010011100100001101100010111010011110100011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #509C86;
 }
 .AnyTagClassName
 {
   color: #509C86;
 }
</style>
background-color css

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

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

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

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

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

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