#518881

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

Shades of Lochinvar #518881

Tints of Lochinvar #518881

Color information

#518881 (or 0x518881) is unknown color: approx Lochinvar. HEX triplet: 51, 88 and 81. RGB value is (81,136,129). Sum of RGB (Red+Green+Blue) = 81+136+129=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #518881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518881 is #AE777E. Grayscale: #767676. Windows color (decimal): -11433855 or 8489041. OLE color: 8489041.

HSL color Cylindrical-coordinate representation of color #518881: hue angle of 172.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518881 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB81136129-
CMYK0.4000.050.47
HSL172.36º25.35%42.55%-
HSV(B)172.36º40.44%53.33%-
XYZ16.1620.9423.96-
YUV118.76133.78101.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 129 (50.78% from 255) = 37.28%
R=23.41%
G=39.31%
B=37.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811361290.4000.050.47172.3625.3542.55
Hex51888128052Fac192b
Octal1212102015005572543153
Binary1010001100010001000000110100001011011111010110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518881; }

 p { color: rgb(81,136,129); }

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

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

 a { background-color: rgb(81,136,129); }

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

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

 span { border-color: rgb(81,136,129); }

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