Html Css Color HEX #519A82 Lochinvar

📋 copy color: '#519A82'

red 81 ◦ green 154 ◦ blue 130

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

Shades of Lochinvar #519A82

Tints of Lochinvar #519A82

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.19%

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

R = 22.19%
G = 42.19%
B = 35.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#519A82 (or 0x519A82) is known color: Lochinvar. HEX triplet: 51, 9A and 82. RGB value is (81,154,130). Sum of RGB (Red+Green+Blue) = 81+154+130=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 154 - color contains mainly: green. Hex color #519A82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519A82 is #AE657D. Grayscale: #818181. Windows color (decimal): -11429246 or 8559185. OLE color: 8559185.

HSL color Cylindrical-coordinate representation of color #519A82: hue angle of 160.27º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519A82 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 154 130 -
CMYK 0.47 0 0.16 0.40
HSL 160.27º 0.31% 0.46% -
HSV(B) 160.27º 0.47% 0.6% -
XYZ 18.98 26.47 25.23 -
YUV 129.44 128.32 93.45 -
System Red Green Blue C M Y K H S L
Decimal 81 154 130 0.47 0 0.16 0.40 160.27 0.31 0.46
Hex 51 9A 82 2F 0 10 28 A0 1F 2E
Octal 121 232 202 57 0 20 50 240 37 56
Binary 1010001 10011010 10000010 101111 0 10000 101000 10100000 11111 101110

Color Harmonies of #519A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519A82

Black with #519A82

Text Example


Text Example

White with #519A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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