#509A81

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

Shades of Lochinvar #509A81

Tints of Lochinvar #509A81

Color information

#509A81 (or 0x509A81) is unknown color: approx Lochinvar. HEX triplet: 50, 9A and 81. RGB value is (80,154,129). Sum of RGB (Red+Green+Blue) = 80+154+129=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #509A81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509A81 is #AF657E. Grayscale: #818181. Windows color (decimal): -11494783 or 8493648. OLE color: 8493648.

HSL color Cylindrical-coordinate representation of color #509A81: hue angle of 159.73º degrees, saturation: 0.32, 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 #509A81 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB80154129-
CMYK0.4800.160.40
HSL159.73º31.62%45.88%-
HSV(B)159.73º48.05%60.39%-
XYZ18.8326.424.87-
YUV129.02127.9893.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 154 (60.55% from 255) = 42.42%
BLUE value IS 129 (50.78% from 255) = 35.54%
R=22.04%
G=42.42%
B=35.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801541290.4800.160.40159.7331.6245.88
Hex509A813001028a0202e
Octal12023220160020502404056
Binary1010000100110101000000111000001000010100010100000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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