#519387

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

Shades of Lochinvar #519387

Tints of Lochinvar #519387

Color information

#519387 (or 0x519387) is unknown color: approx Lochinvar. HEX triplet: 51, 93 and 87. RGB value is (81,147,135). Sum of RGB (Red+Green+Blue) = 81+147+135=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #519387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519387 is #AE6C78. Grayscale: #7D7D7D. Windows color (decimal): -11431033 or 8885073. OLE color: 8885073.

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

Color convert

RGB81147135-
CMYK0.4500.080.42
HSL169.09º28.95%44.71%-
HSV(B)169.09º44.9%57.65%-
XYZ18.224.3726.67-
YUV125.9133.1395.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.31%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 135 (53.12% from 255) = 37.19%
R=22.31%
G=40.50%
B=37.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811471350.4500.080.42169.0928.9544.71
Hex5193872D082Aa91d2d
Octal12122320755010522513555
Binary10100011001001110000111101101010001010101010100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519387; }

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

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

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

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

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

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

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

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