#519182

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

Shades of Lochinvar #519182

Tints of Lochinvar #519182

Color information

#519182 (or 0x519182) is unknown color: approx Lochinvar. HEX triplet: 51, 91 and 82. RGB value is (81,145,130). Sum of RGB (Red+Green+Blue) = 81+145+130=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #519182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519182 is #AE6E7D. Grayscale: #7C7C7C. Windows color (decimal): -11431550 or 8556881. OLE color: 8556881.

HSL color Cylindrical-coordinate representation of color #519182: hue angle of 165.94º 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 #519182 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB81145130-
CMYK0.4400.100.43
HSL165.94º28.32%44.31%-
HSV(B)165.94º44.14%56.86%-
XYZ17.5523.6124.75-
YUV124.15131.397.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 130 (51.17% from 255) = 36.52%
R=22.75%
G=40.73%
B=36.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811451300.4400.100.43165.9428.3244.31
Hex5191822C0A2Ba61c2c
Octal12122120254012532463454
Binary10100011001000110000010101100010101010111010011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519182; }

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

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

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

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

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

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

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

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