#518982

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

Shades of Lochinvar #518982

Tints of Lochinvar #518982

Color information

#518982 (or 0x518982) is unknown color: approx Lochinvar. HEX triplet: 51, 89 and 82. RGB value is (81,137,130). Sum of RGB (Red+Green+Blue) = 81+137+130=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #518982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518982 is #AE767D. Grayscale: #777777. Windows color (decimal): -11433598 or 8554833. OLE color: 8554833.

HSL color Cylindrical-coordinate representation of color #518982: hue angle of 172.5º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #518982 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB81137130-
CMYK0.4100.050.46
HSL172.5º25.69%42.75%-
HSV(B)172.5º40.88%53.73%-
XYZ16.3721.2524.36-
YUV119.46133.95100.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.28%
GREEN value IS 137 (53.91% from 255) = 39.37%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=23.28%
G=39.37%
B=37.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811371300.4100.050.46172.525.6942.75
Hex51898229052Eac1a2b
Octal1212112025105562543253
Binary1010001100010011000001010100101011011101010110011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518982; }

 p { color: rgb(81,137,130); }

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

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

 a { background-color: rgb(81,137,130); }

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

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

 span { border-color: rgb(81,137,130); }

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