#519181

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

Shades of Lochinvar #519181

Tints of Lochinvar #519181

Color information

#519181 (or 0x519181) is unknown color: approx Lochinvar. HEX triplet: 51, 91 and 81. RGB value is (81,145,129). Sum of RGB (Red+Green+Blue) = 81+145+129=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #519181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519181 is #AE6E7E. Grayscale: #7C7C7C. Windows color (decimal): -11431551 or 8491345. OLE color: 8491345.

HSL color Cylindrical-coordinate representation of color #519181: hue angle of 165º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519181 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB81145129-
CMYK0.4400.110.43
HSL165º28.32%44.31%-
HSV(B)165º44.14%56.86%-
XYZ17.4823.5924.4-
YUV124.04130.897.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 145 (57.03% from 255) = 40.85%
BLUE value IS 129 (50.78% from 255) = 36.34%
R=22.82%
G=40.85%
B=36.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811451290.4400.110.4316528.3244.31
Hex5191812C0B2Ba51c2c
Octal12122120154013532453454
Binary10100011001000110000001101100010111010111010010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519181; }

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

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

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

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

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

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

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

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