#519586

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

Shades of Lochinvar #519586

Tints of Lochinvar #519586

Color information

#519586 (or 0x519586) is unknown color: approx Lochinvar. HEX triplet: 51, 95 and 86. RGB value is (81,149,134). Sum of RGB (Red+Green+Blue) = 81+149+134=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #519586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519586 is #AE6A79. Grayscale: #7E7E7E. Windows color (decimal): -11430522 or 8820049. OLE color: 8820049.

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

Color convert

RGB81149134-
CMYK0.4600.100.42
HSL166.76º29.57%45.1%-
HSV(B)166.76º45.64%58.43%-
XYZ18.4424.9726.4-
YUV126.96131.9795.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.25%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 134 (52.73% from 255) = 36.81%
R=22.25%
G=40.93%
B=36.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811491340.4600.100.42166.7629.5745.1
Hex5195862E0A2Aa71e2d
Octal12122520656012522473655
Binary10100011001010110000110101110010101010101010011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519586; }

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

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

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

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

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

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

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

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