#519083

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

Shades of Lochinvar #519083

Tints of Lochinvar #519083

Color information

#519083 (or 0x519083) is unknown color: approx Lochinvar. HEX triplet: 51, 90 and 83. RGB value is (81,144,131). Sum of RGB (Red+Green+Blue) = 81+144+131=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #519083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519083 is #AE6F7C. Grayscale: #7B7B7B. Windows color (decimal): -11431805 or 8622161. OLE color: 8622161.

HSL color Cylindrical-coordinate representation of color #519083: hue angle of 167.62º 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 #519083 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB81144131-
CMYK0.4400.090.44
HSL167.62º28%44.12%-
HSV(B)167.62º43.75%56.47%-
XYZ17.4623.3325.06-
YUV123.68132.1397.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 144 (56.64% from 255) = 40.45%
BLUE value IS 131 (51.56% from 255) = 36.80%
R=22.75%
G=40.45%
B=36.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811441310.4400.090.44167.622844.12
Hex5190832C092Ca81c2c
Octal12122020354011542503454
Binary10100011001000010000011101100010011011001010100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519083; }

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

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

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

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

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

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

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

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