Html Css Color HEX #518A80 Lochinvar

📋 copy color: '#518A80'

red 81 ◦ green 138 ◦ blue 128

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

Shades of Lochinvar #518A80

Tints of Lochinvar #518A80

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.77%

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

R = 23.34%
G = 39.77%
B = 36.89%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#518A80 (or 0x518A80) is known color: Lochinvar. HEX triplet: 51, 8A and 80. RGB value is (81,138,128). Sum of RGB (Red+Green+Blue) = 81+138+128=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 138 - color contains mainly: green. Hex color #518A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518A80 is #AE757F. Grayscale: #777777. Windows color (decimal): -11433344 or 8424017. OLE color: 8424017.

HSL color Cylindrical-coordinate representation of color #518A80: hue angle of 169.47º 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 #518A80 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 138 128 -
CMYK 0.41 0 0.07 0.46
HSL 169.47º 0.26% 0.43% -
HSV(B) 169.47º 0.41% 0.54% -
XYZ 16.38 21.48 23.71 -
YUV 119.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 81 138 128 0.41 0 0.07 0.46 169.47 0.26 0.43
Hex 51 8A 80 29 0 7 2E A9 1A 2B
Octal 121 212 200 51 0 7 56 251 32 53
Binary 1010001 10001010 10000000 101001 0 111 101110 10101001 11010 101011

Color Harmonies of #518A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518A80

Black with #518A80

Text Example


Text Example

White with #518A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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