#518A84

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

Shades of Lochinvar #518A84

Tints of Lochinvar #518A84

Color information

#518A84 (or 0x518A84) is unknown color: approx Lochinvar. HEX triplet: 51, 8A and 84. RGB value is (81,138,132). Sum of RGB (Red+Green+Blue) = 81+138+132=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 138 - color contains mainly: green. Hex color #518A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518A84 is #AE757B. Grayscale: #787878. Windows color (decimal): -11433340 or 8686161. OLE color: 8686161.

HSL color Cylindrical-coordinate representation of color #518A84: hue angle of 173.68º 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 #518A84 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB81138132-
CMYK0.4100.040.46
HSL173.68º26.03%42.94%-
HSV(B)173.68º41.3%54.12%-
XYZ16.6521.5925.12-
YUV120.27134.6299.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.08%
GREEN value IS 138 (54.30% from 255) = 39.32%
BLUE value IS 132 (51.95% from 255) = 37.61%
R=23.08%
G=39.32%
B=37.61%

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
Decimal811381320.4100.040.46173.6826.0342.94
Hex518A8429042Eae1a2b
Octal1212122045104562563253
Binary1010001100010101000010010100101001011101010111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518A84; }

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

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

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

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

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

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

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

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