#519289

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

Shades of Lochinvar #519289

Tints of Lochinvar #519289

Color information

#519289 (or 0x519289) is unknown color: approx Lochinvar. HEX triplet: 51, 92 and 89. RGB value is (81,146,137). Sum of RGB (Red+Green+Blue) = 81+146+137=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #519289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519289 is #AE6D76. Grayscale: #7D7D7D. Windows color (decimal): -11431287 or 9015889. OLE color: 9015889.

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

Color convert

RGB81146137-
CMYK0.4500.060.43
HSL171.69º28.63%44.51%-
HSV(B)171.69º44.52%57.25%-
XYZ18.1924.1127.36-
YUV125.54134.4796.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.25%
GREEN value IS 146 (57.42% from 255) = 40.11%
BLUE value IS 137 (53.91% from 255) = 37.64%
R=22.25%
G=40.11%
B=37.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811461370.4500.060.43171.6928.6344.51
Hex5192892D062Bac1d2d
Octal1212222115506532543555
Binary1010001100100101000100110110101101010111010110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519289; }

 p { color: rgb(81,146,137); }

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

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

 a { background-color: rgb(81,146,137); }

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

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

 span { border-color: rgb(81,146,137); }

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