Html Css Color HEX #519786 Lochinvar

📋 copy color: '#519786'

red 81 ◦ green 151 ◦ blue 134

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

Shades of Lochinvar #519786

Tints of Lochinvar #519786

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.26%

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

R = 22.13%
G = 41.26%
B = 36.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#519786 (or 0x519786) is known color: Lochinvar. HEX triplet: 51, 97 and 86. RGB value is (81,151,134). Sum of RGB (Red+Green+Blue) = 81+151+134=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 151 - color contains mainly: green. Hex color #519786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519786 is #AE6879. Grayscale: #808080. Windows color (decimal): -11430010 or 8820561. OLE color: 8820561.

HSL color Cylindrical-coordinate representation of color #519786: hue angle of 165.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519786 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 151 134 -
CMYK 0.46 0 0.11 0.41
HSL 165.43º 0.3% 0.45% -
HSV(B) 165.43º 0.46% 0.59% -
XYZ 18.76 25.6 26.51 -
YUV 128.13 131.31 94.38 -
System Red Green Blue C M Y K H S L
Decimal 81 151 134 0.46 0 0.11 0.41 165.43 0.3 0.45
Hex 51 97 86 2E 0 B 29 A5 1E 2D
Octal 121 227 206 56 0 13 51 245 36 55
Binary 1010001 10010111 10000110 101110 0 1011 101001 10100101 11110 101101

Color Harmonies of #519786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519786

Black with #519786

Text Example


Text Example

White with #519786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519786; }

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

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

background-color css

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

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

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

border-color css

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

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

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