#509B84

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

Shades of Lochinvar #509B84

Tints of Lochinvar #509B84

Color information

#509B84 (or 0x509B84) is unknown color: approx Lochinvar. HEX triplet: 50, 9B and 84. RGB value is (80,155,132). Sum of RGB (Red+Green+Blue) = 80+155+132=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #509B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509B84 is #AF647B. Grayscale: #818181. Windows color (decimal): -11494524 or 8690512. OLE color: 8690512.

HSL color Cylindrical-coordinate representation of color #509B84: hue angle of 161.6º 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 #509B84 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB80155132-
CMYK0.4800.150.39
HSL161.6º31.91%46.08%-
HSV(B)161.6º48.39%60.78%-
XYZ19.1926.8125.99-
YUV129.95129.1592.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.80%
GREEN value IS 155 (60.94% from 255) = 42.23%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=21.80%
G=42.23%
B=35.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801551320.4800.150.39161.631.9146.08
Hex509B84300F27a2202e
Octal12023320460017472424056
Binary101000010011011100001001100000111110011110100010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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