#509580

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

Shades of Lochinvar #509580

Tints of Lochinvar #509580

Color information

#509580 (or 0x509580) is unknown color: approx Lochinvar. HEX triplet: 50, 95 and 80. RGB value is (80,149,128). Sum of RGB (Red+Green+Blue) = 80+149+128=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #509580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509580 is #AF6A7F. Grayscale: #7D7D7D. Windows color (decimal): -11496064 or 8426832. OLE color: 8426832.

HSL color Cylindrical-coordinate representation of color #509580: hue angle of 161.74º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509580 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB80149128-
CMYK0.4600.140.42
HSL161.74º30.13%44.9%-
HSV(B)161.74º46.31%58.43%-
XYZ17.9524.7624.25-
YUV125.98129.1495.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.41%
GREEN value IS 149 (58.59% from 255) = 41.74%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=22.41%
G=41.74%
B=35.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801491280.4600.140.42161.7430.1344.9
Hex5095802E0E2Aa21e2d
Octal12022520056016522423655
Binary10100001001010110000000101110011101010101010001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509580; }

 p { color: rgb(80,149,128); }

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

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

 a { background-color: rgb(80,149,128); }

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

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

 span { border-color: rgb(80,149,128); }

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