#518C87

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

Shades of Lochinvar #518C87

Tints of Lochinvar #518C87

Color information

#518C87 (or 0x518C87) is unknown color: approx Lochinvar. HEX triplet: 51, 8C and 87. RGB value is (81,140,135). Sum of RGB (Red+Green+Blue) = 81+140+135=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 140 - color contains mainly: green. Hex color #518C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518C87 is #AE7378. Grayscale: #797979. Windows color (decimal): -11432825 or 8883281. OLE color: 8883281.

HSL color Cylindrical-coordinate representation of color #518C87: hue angle of 174.92º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #518C87 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB81140135-
CMYK0.4200.040.45
HSL174.92º26.7%43.33%-
HSV(B)174.92º42.14%54.9%-
XYZ17.1422.2526.31-
YUV121.79135.4598.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 140 (55.08% from 255) = 39.33%
BLUE value IS 135 (53.12% from 255) = 37.92%
R=22.75%
G=39.33%
B=37.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811401350.4200.040.45174.9226.743.33
Hex518C872A042Daf1b2b
Octal1212142075204552573353
Binary1010001100011001000011110101001001011011010111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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