#509980

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

Shades of Lochinvar #509980

Tints of Lochinvar #509980

Color information

#509980 (or 0x509980) is unknown color: approx Lochinvar. HEX triplet: 50, 99 and 80. RGB value is (80,153,128). Sum of RGB (Red+Green+Blue) = 80+153+128=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #509980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509980 is #AF667F. Grayscale: #808080. Windows color (decimal): -11495040 or 8427856. OLE color: 8427856.

HSL color Cylindrical-coordinate representation of color #509980: hue angle of 159.45º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509980 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB80153128-
CMYK0.4800.160.4
HSL159.45º31.33%45.69%-
HSV(B)159.45º47.71%60%-
XYZ18.626.0524.47-
YUV128.32127.8293.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.16%
GREEN value IS 153 (60.16% from 255) = 42.38%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=22.16%
G=42.38%
B=35.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801531280.4800.160.4159.4531.3345.69
Hex50998030010289f1f2e
Octal12023120060020502373756
Binary101000010011001100000001100000100001010001001111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509980; }

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

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

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

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

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

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

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

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