#509B82

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

Shades of Lochinvar #509B82

Tints of Lochinvar #509B82

Color information

#509B82 (or 0x509B82) is unknown color: approx Lochinvar. HEX triplet: 50, 9B and 82. RGB value is (80,155,130). Sum of RGB (Red+Green+Blue) = 80+155+130=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #509B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509B82 is #AF647D. Grayscale: #818181. Windows color (decimal): -11494526 or 8559440. OLE color: 8559440.

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

Color convert

RGB80155130-
CMYK0.4800.160.39
HSL160º31.91%46.08%-
HSV(B)160º48.39%60.78%-
XYZ19.0626.7625.28-
YUV129.72128.1592.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 155 (60.94% from 255) = 42.47%
BLUE value IS 130 (51.17% from 255) = 35.62%
R=21.92%
G=42.47%
B=35.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801551300.4800.160.3916031.9146.08
Hex509B823001027a0202e
Octal12023320260020472404056
Binary1010000100110111000001011000001000010011110100000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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