#509684

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

Shades of Lochinvar #509684

Tints of Lochinvar #509684

Color information

#509684 (or 0x509684) is unknown color: approx Lochinvar. HEX triplet: 50, 96 and 84. RGB value is (80,150,132). Sum of RGB (Red+Green+Blue) = 80+150+132=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 150 - color contains mainly: green. Hex color #509684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509684 is #AF697B. Grayscale: #7F7F7F. Windows color (decimal): -11495804 or 8689232. OLE color: 8689232.

HSL color Cylindrical-coordinate representation of color #509684: hue angle of 164.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509684 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB80150132-
CMYK0.4700.120.41
HSL164.57º30.43%45.1%-
HSV(B)164.57º46.67%58.82%-
XYZ18.3825.1825.72-
YUV127.02130.8194.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.10%
GREEN value IS 150 (58.98% from 255) = 41.44%
BLUE value IS 132 (51.95% from 255) = 36.46%
R=22.10%
G=41.44%
B=36.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801501320.4700.120.41164.5730.4345.1
Hex5096842F0C29a51e2d
Octal12022620457014512453655
Binary10100001001011010000100101111011001010011010010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509684; }

 p { color: rgb(80,150,132); }

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

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

 a { background-color: rgb(80,150,132); }

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

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

 span { border-color: rgb(80,150,132); }

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