#509A82

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

Shades of Lochinvar #509A82

Tints of Lochinvar #509A82

Color information

#509A82 (or 0x509A82) is unknown color: approx Lochinvar. HEX triplet: 50, 9A and 82. RGB value is (80,154,130). Sum of RGB (Red+Green+Blue) = 80+154+130=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 154 - color contains mainly: green. Hex color #509A82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509A82 is #AF657D. Grayscale: #818181. Windows color (decimal): -11494782 or 8559184. OLE color: 8559184.

HSL color Cylindrical-coordinate representation of color #509A82: hue angle of 160.54º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509A82 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB80154130-
CMYK0.4800.160.40
HSL160.54º31.62%45.88%-
HSV(B)160.54º48.05%60.39%-
XYZ18.8926.4325.22-
YUV129.14128.4892.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 154 (60.55% from 255) = 42.31%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=21.98%
G=42.31%
B=35.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801541300.4800.160.40160.5431.6245.88
Hex509A823001028a1202e
Octal12023220260020502414056
Binary1010000100110101000001011000001000010100010100001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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