#509381

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

Shades of Lochinvar #509381

Tints of Lochinvar #509381

Color information

#509381 (or 0x509381) is unknown color: approx Lochinvar. HEX triplet: 50, 93 and 81. RGB value is (80,147,129). Sum of RGB (Red+Green+Blue) = 80+147+129=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #509381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509381 is #AF6C7E. Grayscale: #7C7C7C. Windows color (decimal): -11496575 or 8491856. OLE color: 8491856.

HSL color Cylindrical-coordinate representation of color #509381: hue angle of 163.88º 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 #509381 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB80147129-
CMYK0.4600.120.42
HSL163.88º29.52%44.51%-
HSV(B)163.88º45.58%57.65%-
XYZ17.724.1624.5-
YUV124.92130.395.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.47%
GREEN value IS 147 (57.81% from 255) = 41.29%
BLUE value IS 129 (50.78% from 255) = 36.24%
R=22.47%
G=41.29%
B=36.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801471290.4600.120.42163.8829.5244.51
Hex5093812E0C2Aa41e2d
Octal12022320156014522443655
Binary10100001001001110000001101110011001010101010010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509381; }

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

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

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

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

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

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

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

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