#509F84

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

Shades of Lochinvar #509F84

Tints of Lochinvar #509F84

Color information

#509F84 (or 0x509F84) is unknown color: approx Lochinvar. HEX triplet: 50, 9F and 84. RGB value is (80,159,132). Sum of RGB (Red+Green+Blue) = 80+159+132=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #509F84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509F84 is #AF607B. Grayscale: #848484. Windows color (decimal): -11493500 or 8691536. OLE color: 8691536.

HSL color Cylindrical-coordinate representation of color #509F84: hue angle of 159.49º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F84 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB80159132-
CMYK0.5000.170.38
HSL159.49º33.05%46.86%-
HSV(B)159.49º49.69%62.35%-
XYZ19.8728.1726.22-
YUV132.3127.8390.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 159 (62.5% from 255) = 42.86%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=21.56%
G=42.86%
B=35.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801591320.5000.170.38159.4933.0546.86
Hex509F8432011269f212f
Octal12023720462021462374157
Binary1010000100111111000010011001001000110011010011111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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