#519381

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

Shades of Lochinvar #519381

Tints of Lochinvar #519381

Color information

#519381 (or 0x519381) is unknown color: approx Lochinvar. HEX triplet: 51, 93 and 81. RGB value is (81,147,129). Sum of RGB (Red+Green+Blue) = 81+147+129=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #519381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519381 is #AE6C7E. Grayscale: #7D7D7D. Windows color (decimal): -11431039 or 8491857. OLE color: 8491857.

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

Color convert

RGB81147129-
CMYK0.4500.120.42
HSL163.64º28.95%44.71%-
HSV(B)163.64º44.9%57.65%-
XYZ17.7924.224.5-
YUV125.21130.1396.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.69%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 129 (50.78% from 255) = 36.13%
R=22.69%
G=41.18%
B=36.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811471290.4500.120.42163.6428.9544.71
Hex5193812D0C2Aa41d2d
Octal12122320155014522443555
Binary10100011001001110000001101101011001010101010010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519381; }

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

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

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

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

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

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

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

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