#518B88

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

Shades of Lochinvar #518B88

Tints of Lochinvar #518B88

Color information

#518B88 (or 0x518B88) is unknown color: approx Lochinvar. HEX triplet: 51, 8B and 88. RGB value is (81,139,136). Sum of RGB (Red+Green+Blue) = 81+139+136=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 139 - color contains mainly: green. Hex color #518B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518B88 is #AE7477. Grayscale: #797979. Windows color (decimal): -11433080 or 8948561. OLE color: 8948561.

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

Color convert

RGB81139136-
CMYK0.4200.020.45
HSL176.9º26.36%43.14%-
HSV(B)176.9º41.73%54.51%-
XYZ17.0721.9926.64-
YUV121.32136.2899.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 139 (54.69% from 255) = 39.04%
BLUE value IS 136 (53.52% from 255) = 38.20%
R=22.75%
G=39.04%
B=38.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811391360.4200.020.45176.926.3643.14
Hex518B882A022Db11a2b
Octal1212132105202552613253
Binary101000110001011100010001010100101011011011000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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