#518D88

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

Shades of Lochinvar #518D88

Tints of Lochinvar #518D88

Color information

#518D88 (or 0x518D88) is unknown color: approx Lochinvar. HEX triplet: 51, 8D and 88. RGB value is (81,141,136). Sum of RGB (Red+Green+Blue) = 81+141+136=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 141 - color contains mainly: green. Hex color #518D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518D88 is #AE7277. Grayscale: #7A7A7A. Windows color (decimal): -11432568 or 8949073. OLE color: 8949073.

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

Color convert

RGB81141136-
CMYK0.4300.040.45
HSL175º27.03%43.53%-
HSV(B)175º42.55%55.29%-
XYZ17.3622.5826.74-
YUV122.49135.6298.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.63%
GREEN value IS 141 (55.47% from 255) = 39.39%
BLUE value IS 136 (53.52% from 255) = 37.99%
R=22.63%
G=39.39%
B=37.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811411360.4300.040.4517527.0343.53
Hex518D882B042Daf1b2c
Octal1212152105304552573354
Binary1010001100011011000100010101101001011011010111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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