Html Css Color HEX #519282 Lochinvar

📋 copy color: '#519282'

red 81 ◦ green 146 ◦ blue 130

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

Shades of Lochinvar #519282

Tints of Lochinvar #519282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 22.69%
G = 40.9%
B = 36.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#519282 (or 0x519282) is known color: Lochinvar. HEX triplet: 51, 92 and 82. RGB value is (81,146,130). Sum of RGB (Red+Green+Blue) = 81+146+130=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #519282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519282 is #AE6D7D. Grayscale: #7C7C7C. Windows color (decimal): -11431294 or 8557137. OLE color: 8557137.

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

Color convert

RGB 81 146 130 -
CMYK 0.45 0 0.11 0.43
HSL 165.23º 0.29% 0.45% -
HSV(B) 165.23º 0.45% 0.57% -
XYZ 17.7 23.92 24.8 -
YUV 124.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 81 146 130 0.45 0 0.11 0.43 165.23 0.29 0.45
Hex 51 92 82 2D 0 B 2B A5 1D 2D
Octal 121 222 202 55 0 13 53 245 35 55
Binary 1010001 10010010 10000010 101101 0 1011 101011 10100101 11101 101101

Color Harmonies of #519282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519282

Black with #519282

Text Example


Text Example

White with #519282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519282; }

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

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

background-color css

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

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

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

border-color css

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

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

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