#518B87

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

Shades of Lochinvar #518B87

Tints of Lochinvar #518B87

Color information

#518B87 (or 0x518B87) is unknown color: approx Lochinvar. HEX triplet: 51, 8B and 87. RGB value is (81,139,135). Sum of RGB (Red+Green+Blue) = 81+139+135=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #518B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518B87 is #AE7478. Grayscale: #797979. Windows color (decimal): -11433081 or 8883025. OLE color: 8883025.

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

Color convert

RGB81139135-
CMYK0.4200.030.45
HSL175.86º26.36%43.14%-
HSV(B)175.86º41.73%54.51%-
XYZ1721.9626.27-
YUV121.2135.7899.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 139 (54.69% from 255) = 39.15%
BLUE value IS 135 (53.12% from 255) = 38.03%
R=22.82%
G=39.15%
B=38.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811391350.4200.030.45175.8626.3643.14
Hex518B872A032Db01a2b
Octal1212132075203552603253
Binary101000110001011100001111010100111011011011000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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