Html Css Color HEX #518D86 Lochinvar

📋 copy color: '#518D86'

red 81 ◦ green 141 ◦ blue 134

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

Shades of Lochinvar #518D86

Tints of Lochinvar #518D86

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.61%

 BLUE value IS 134 (52.73% from 255) = 37.64%

R = 22.75%
G = 39.61%
B = 37.64%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#518D86 (or 0x518D86) is known color: Lochinvar. HEX triplet: 51, 8D and 86. RGB value is (81,141,134). Sum of RGB (Red+Green+Blue) = 81+141+134=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 141 - color contains mainly: green. Hex color #518D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518D86 is #AE7279. Grayscale: #7A7A7A. Windows color (decimal): -11432570 or 8818001. OLE color: 8818001.

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

Color convert

RGB 81 141 134 -
CMYK 0.43 0 0.05 0.45
HSL 173º 0.27% 0.44% -
HSV(B) 173º 0.43% 0.55% -
XYZ 17.22 22.52 25.99 -
YUV 122.26 134.62 98.57 -
System Red Green Blue C M Y K H S L
Decimal 81 141 134 0.43 0 0.05 0.45 173 0.27 0.44
Hex 51 8D 86 2B 0 5 2D AD 1B 2C
Octal 121 215 206 53 0 5 55 255 33 54
Binary 1010001 10001101 10000110 101011 0 101 101101 10101101 11011 101100

Color Harmonies of #518D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518D86

Black with #518D86

Text Example


Text Example

White with #518D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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