#519986

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

Shades of Lochinvar #519986

Tints of Lochinvar #519986

Color information

#519986 (or 0x519986) is unknown color: approx Lochinvar. HEX triplet: 51, 99 and 86. RGB value is (81,153,134). Sum of RGB (Red+Green+Blue) = 81+153+134=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #519986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519986 is #AE6679. Grayscale: #818181. Windows color (decimal): -11429498 or 8821073. OLE color: 8821073.

HSL color Cylindrical-coordinate representation of color #519986: hue angle of 164.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519986 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB81153134-
CMYK0.4700.120.4
HSL164.17º30.77%45.88%-
HSV(B)164.17º47.06%60%-
XYZ19.0926.2526.62-
YUV129.31130.6593.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.01%
GREEN value IS 153 (60.16% from 255) = 41.58%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=22.01%
G=41.58%
B=36.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811531340.4700.120.4164.1730.7745.88
Hex5199862F0C28a41f2e
Octal12123120657014502443756
Binary10100011001100110000110101111011001010001010010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519986; }

 p { color: rgb(81,153,134); }

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

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

 a { background-color: rgb(81,153,134); }

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

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

 span { border-color: rgb(81,153,134); }

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