#519384

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

Shades of Lochinvar #519384

Tints of Lochinvar #519384

Color information

#519384 (or 0x519384) is unknown color: approx Lochinvar. HEX triplet: 51, 93 and 84. RGB value is (81,147,132). Sum of RGB (Red+Green+Blue) = 81+147+132=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #519384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519384 is #AE6C7B. Grayscale: #7D7D7D. Windows color (decimal): -11431036 or 8688465. OLE color: 8688465.

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

Color convert

RGB81147132-
CMYK0.4500.100.42
HSL166.36º28.95%44.71%-
HSV(B)166.36º44.9%57.65%-
XYZ17.9924.2825.57-
YUV125.56131.6396.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.5%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 132 (51.95% from 255) = 36.67%
R=22.5%
G=40.83%
B=36.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811471320.4500.100.42166.3628.9544.71
Hex5193842D0A2Aa61d2d
Octal12122320455012522463555
Binary10100011001001110000100101101010101010101010011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519384; }

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

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

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

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

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

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

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

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