#519287

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

Shades of Lochinvar #519287

Tints of Lochinvar #519287

Color information

#519287 (or 0x519287) is unknown color: approx Lochinvar. HEX triplet: 51, 92 and 87. RGB value is (81,146,135). Sum of RGB (Red+Green+Blue) = 81+146+135=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #519287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519287 is #AE6D78. Grayscale: #7D7D7D. Windows color (decimal): -11431289 or 8884817. OLE color: 8884817.

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

Color convert

RGB81146135-
CMYK0.4500.080.43
HSL169.85º28.63%44.51%-
HSV(B)169.85º44.52%57.25%-
XYZ18.0524.0626.61-
YUV125.31133.4796.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.38%
GREEN value IS 146 (57.42% from 255) = 40.33%
BLUE value IS 135 (53.12% from 255) = 37.29%
R=22.38%
G=40.33%
B=37.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811461350.4500.080.43169.8528.6344.51
Hex5192872D082Baa1d2d
Octal12122220755010532523555
Binary10100011001001010000111101101010001010111010101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519287; }

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

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

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

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

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

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

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

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