Html Css Color HEX #518E80 Lochinvar

📋 copy color: '#518E80'

red 81 ◦ green 142 ◦ blue 128

#518E80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #518E80

Tints of Lochinvar #518E80

RGB

 RED value IS 81 (32.03% from 255) = 23.08%

 GREEN value IS 142 (55.86% from 255) = 40.46%

 BLUE value IS 128 (50.39% from 255) = 36.47%

R = 23.08%
G = 40.46%
B = 36.47%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#518E80 (or 0x518E80) is known color: Lochinvar. HEX triplet: 51, 8E and 80. RGB value is (81,142,128). Sum of RGB (Red+Green+Blue) = 81+142+128=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 142 - color contains mainly: green. Hex color #518E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518E80 is #AE717F. Grayscale: #7A7A7A. Windows color (decimal): -11432320 or 8425041. OLE color: 8425041.

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

Color convert

RGB 81 142 128 -
CMYK 0.43 0 0.10 0.44
HSL 166.23º 0.27% 0.44% -
HSV(B) 166.23º 0.43% 0.56% -
XYZ 16.96 22.65 23.9 -
YUV 122.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 81 142 128 0.43 0 0.10 0.44 166.23 0.27 0.44
Hex 51 8E 80 2B 0 A 2C A6 1B 2C
Octal 121 216 200 53 0 12 54 246 33 54
Binary 1010001 10001110 10000000 101011 0 1010 101100 10100110 11011 101100

Color Harmonies of #518E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518E80

Black with #518E80

Text Example


Text Example

White with #518E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,142,128); }

 H1.HeaderClassName
 {
   color: #518E80;
 }
 .AnyTagClassName
 {
   color: #518E80;
 }
</style>

background-color css

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

 a { background-color: rgb(81,142,128); }

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

border-color css

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

 span { border-color: rgb(81,142,128); }

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