#519081

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

Shades of Lochinvar #519081

Tints of Lochinvar #519081

Color information

#519081 (or 0x519081) is unknown color: approx Lochinvar. HEX triplet: 51, 90 and 81. RGB value is (81,144,129). Sum of RGB (Red+Green+Blue) = 81+144+129=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #519081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519081 is #AE6F7E. Grayscale: #7B7B7B. Windows color (decimal): -11431807 or 8491089. OLE color: 8491089.

HSL color Cylindrical-coordinate representation of color #519081: hue angle of 165.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519081 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB81144129-
CMYK0.4400.100.44
HSL165.71º28%44.12%-
HSV(B)165.71º43.75%56.47%-
XYZ17.3323.2824.35-
YUV123.45131.1397.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.88%
GREEN value IS 144 (56.64% from 255) = 40.68%
BLUE value IS 129 (50.78% from 255) = 36.44%
R=22.88%
G=40.68%
B=36.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811441290.4400.100.44165.712844.12
Hex5190812C0A2Ca61c2c
Octal12122020154012542463454
Binary10100011001000010000001101100010101011001010011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519081; }

 p { color: rgb(81,144,129); }

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

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

 a { background-color: rgb(81,144,129); }

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

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

 span { border-color: rgb(81,144,129); }

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