#518C81

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

Shades of Lochinvar #518C81

Tints of Lochinvar #518C81

Color information

#518C81 (or 0x518C81) is unknown color: approx Lochinvar. HEX triplet: 51, 8C and 81. RGB value is (81,140,129). Sum of RGB (Red+Green+Blue) = 81+140+129=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 140 - color contains mainly: green. Hex color #518C81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518C81 is #AE737E. Grayscale: #797979. Windows color (decimal): -11432831 or 8490065. OLE color: 8490065.

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

Color convert

RGB81140129-
CMYK0.4200.080.45
HSL168.81º26.7%43.33%-
HSV(B)168.81º42.14%54.9%-
XYZ16.7322.0924.15-
YUV121.1132.4599.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 140 (55.08% from 255) = 40%
BLUE value IS 129 (50.78% from 255) = 36.86%
R=23.14%
G=40%
B=36.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811401290.4200.080.45168.8126.743.33
Hex518C812A082Da91b2b
Octal12121420152010552513353
Binary10100011000110010000001101010010001011011010100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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