Html Css Color HEX #519785 Lochinvar

📋 copy color: '#519785'

red 81 ◦ green 151 ◦ blue 133

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

Shades of Lochinvar #519785

Tints of Lochinvar #519785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.37%

 BLUE value IS 133 (52.34% from 255) = 36.44%

R = 22.19%
G = 41.37%
B = 36.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#519785 (or 0x519785) is known color: Lochinvar. HEX triplet: 51, 97 and 85. RGB value is (81,151,133). Sum of RGB (Red+Green+Blue) = 81+151+133=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #519785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519785 is #AE687A. Grayscale: #808080. Windows color (decimal): -11430011 or 8755025. OLE color: 8755025.

HSL color Cylindrical-coordinate representation of color #519785: hue angle of 164.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519785 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 151 133 -
CMYK 0.46 0 0.12 0.41
HSL 164.57º 0.3% 0.45% -
HSV(B) 164.57º 0.46% 0.59% -
XYZ 18.69 25.58 26.14 -
YUV 128.02 130.81 94.46 -
System Red Green Blue C M Y K H S L
Decimal 81 151 133 0.46 0 0.12 0.41 164.57 0.3 0.45
Hex 51 97 85 2E 0 C 29 A5 1E 2D
Octal 121 227 205 56 0 14 51 245 36 55
Binary 1010001 10010111 10000101 101110 0 1100 101001 10100101 11110 101101

Color Harmonies of #519785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519785

Black with #519785

Text Example


Text Example

White with #519785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519785; }

 p { color: rgb(81,151,133); }

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

background-color css

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

 a { background-color: rgb(81,151,133); }

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

border-color css

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

 span { border-color: rgb(81,151,133); }

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