Html Css Color HEX #519381 Lochinvar

📋 copy color: '#519381'

red 81 ◦ green 147 ◦ blue 129

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

Shades of Lochinvar #519381

Tints of Lochinvar #519381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.18%

 BLUE value IS 129 (50.78% from 255) = 36.13%

R = 22.69%
G = 41.18%
B = 36.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#519381 (or 0x519381) is known color: Lochinvar. HEX triplet: 51, 93 and 81. RGB value is (81,147,129). Sum of RGB (Red+Green+Blue) = 81+147+129=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #519381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519381 is #AE6C7E. Grayscale: #7D7D7D. Windows color (decimal): -11431039 or 8491857. OLE color: 8491857.

HSL color Cylindrical-coordinate representation of color #519381: hue angle of 163.64º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #519381 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 147 129 -
CMYK 0.45 0 0.12 0.42
HSL 163.64º 0.29% 0.45% -
HSV(B) 163.64º 0.45% 0.58% -
XYZ 17.79 24.2 24.5 -
YUV 125.21 130.13 96.46 -
System Red Green Blue C M Y K H S L
Decimal 81 147 129 0.45 0 0.12 0.42 163.64 0.29 0.45
Hex 51 93 81 2D 0 C 2A A4 1D 2D
Octal 121 223 201 55 0 14 52 244 35 55
Binary 1010001 10010011 10000001 101101 0 1100 101010 10100100 11101 101101

Color Harmonies of #519381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519381

Black with #519381

Text Example


Text Example

White with #519381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519381; }

 p { color: rgb(81,147,129); }

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

background-color css

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

 a { background-color: rgb(81,147,129); }

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

border-color css

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

 span { border-color: rgb(81,147,129); }

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