Html Css Color HEX #519281 Lochinvar

📋 copy color: '#519281'

red 81 ◦ green 146 ◦ blue 129

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

Shades of Lochinvar #519281

Tints of Lochinvar #519281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.01%

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

R = 22.75%
G = 41.01%
B = 36.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#519281 (or 0x519281) is known color: Lochinvar. HEX triplet: 51, 92 and 81. RGB value is (81,146,129). Sum of RGB (Red+Green+Blue) = 81+146+129=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #519281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519281 is #AE6D7E. Grayscale: #7C7C7C. Windows color (decimal): -11431295 or 8491601. OLE color: 8491601.

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

Color convert

RGB 81 146 129 -
CMYK 0.45 0 0.12 0.43
HSL 164.31º 0.29% 0.45% -
HSV(B) 164.31º 0.45% 0.57% -
XYZ 17.63 23.89 24.45 -
YUV 124.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 81 146 129 0.45 0 0.12 0.43 164.31 0.29 0.45
Hex 51 92 81 2D 0 C 2B A4 1D 2D
Octal 121 222 201 55 0 14 53 244 35 55
Binary 1010001 10010010 10000001 101101 0 1100 101011 10100100 11101 101101

Color Harmonies of #519281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519281

Black with #519281

Text Example


Text Example

White with #519281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519281; }

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

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

background-color css

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

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

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

border-color css

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

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

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