#518984

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

Shades of Lochinvar #518984

Tints of Lochinvar #518984

Color information

#518984 (or 0x518984) is unknown color: approx Lochinvar. HEX triplet: 51, 89 and 84. RGB value is (81,137,132). Sum of RGB (Red+Green+Blue) = 81+137+132=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 137 - color contains mainly: green. Hex color #518984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518984 is #AE767B. Grayscale: #777777. Windows color (decimal): -11433596 or 8685905. OLE color: 8685905.

HSL color Cylindrical-coordinate representation of color #518984: hue angle of 174.64º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #518984 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB81137132-
CMYK0.4100.040.46
HSL174.64º25.69%42.75%-
HSV(B)174.64º40.88%53.73%-
XYZ16.521.3125.07-
YUV119.69134.95100.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 137 (53.91% from 255) = 39.14%
BLUE value IS 132 (51.95% from 255) = 37.71%
R=23.14%
G=39.14%
B=37.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811371320.4100.040.46174.6425.6942.75
Hex51898429042Eaf1a2b
Octal1212112045104562573253
Binary1010001100010011000010010100101001011101010111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518984; }

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

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

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

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

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

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

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

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