#509981

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

Shades of Lochinvar #509981

Tints of Lochinvar #509981

Color information

#509981 (or 0x509981) is unknown color: approx Lochinvar. HEX triplet: 50, 99 and 81. RGB value is (80,153,129). Sum of RGB (Red+Green+Blue) = 80+153+129=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #509981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509981 is #AF667E. Grayscale: #808080. Windows color (decimal): -11495039 or 8493392. OLE color: 8493392.

HSL color Cylindrical-coordinate representation of color #509981: hue angle of 160.27º 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 #509981 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB80153129-
CMYK0.4800.160.4
HSL160.27º31.33%45.69%-
HSV(B)160.27º47.71%60%-
XYZ18.6626.0724.82-
YUV128.44128.3293.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.10%
GREEN value IS 153 (60.16% from 255) = 42.27%
BLUE value IS 129 (50.78% from 255) = 35.64%
R=22.10%
G=42.27%
B=35.64%

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
Decimal801531290.4800.160.4160.2731.3345.69
Hex5099813001028a01f2e
Octal12023120160020502403756
Binary101000010011001100000011100000100001010001010000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509981; }

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

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

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

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

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

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

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

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