Html Css Color HEX #518B80 Lochinvar

📋 copy color: '#518B80'

red 81 ◦ green 139 ◦ blue 128

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

Shades of Lochinvar #518B80

Tints of Lochinvar #518B80

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.94%

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

R = 23.28%
G = 39.94%
B = 36.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#518B80 (or 0x518B80) is known color: Lochinvar. HEX triplet: 51, 8B and 80. RGB value is (81,139,128). Sum of RGB (Red+Green+Blue) = 81+139+128=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 139 - color contains mainly: green. Hex color #518B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518B80 is #AE747F. Grayscale: #787878. Windows color (decimal): -11433088 or 8424273. OLE color: 8424273.

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

Color convert

RGB 81 139 128 -
CMYK 0.42 0 0.08 0.45
HSL 168.62º 0.26% 0.43% -
HSV(B) 168.62º 0.42% 0.55% -
XYZ 16.52 21.77 23.75 -
YUV 120.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 81 139 128 0.42 0 0.08 0.45 168.62 0.26 0.43
Hex 51 8B 80 2A 0 8 2D A9 1A 2B
Octal 121 213 200 52 0 10 55 251 32 53
Binary 1010001 10001011 10000000 101010 0 1000 101101 10101001 11010 101011

Color Harmonies of #518B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518B80

Black with #518B80

Text Example


Text Example

White with #518B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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