Html Css Color HEX #519182 Lochinvar

📋 copy color: '#519182'

red 81 ◦ green 145 ◦ blue 130

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

Shades of Lochinvar #519182

Tints of Lochinvar #519182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.73%

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

R = 22.75%
G = 40.73%
B = 36.52%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#519182 (or 0x519182) is known color: Lochinvar. HEX triplet: 51, 91 and 82. RGB value is (81,145,130). Sum of RGB (Red+Green+Blue) = 81+145+130=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #519182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519182 is #AE6E7D. Grayscale: #7C7C7C. Windows color (decimal): -11431550 or 8556881. OLE color: 8556881.

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

Color convert

RGB 81 145 130 -
CMYK 0.44 0 0.10 0.43
HSL 165.94º 0.28% 0.44% -
HSV(B) 165.94º 0.44% 0.57% -
XYZ 17.55 23.61 24.75 -
YUV 124.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 81 145 130 0.44 0 0.10 0.43 165.94 0.28 0.44
Hex 51 91 82 2C 0 A 2B A6 1C 2C
Octal 121 221 202 54 0 12 53 246 34 54
Binary 1010001 10010001 10000010 101100 0 1010 101011 10100110 11100 101100

Color Harmonies of #519182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519182

Black with #519182

Text Example


Text Example

White with #519182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519182; }

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

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

background-color css

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

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

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

border-color css

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

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

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