Html Css Color HEX #519385 Lochinvar

📋 copy color: '#519385'

red 81 ◦ green 147 ◦ blue 133

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

Shades of Lochinvar #519385

Tints of Lochinvar #519385

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.72%

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

R = 22.44%
G = 40.72%
B = 36.84%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#519385 (or 0x519385) is known color: Lochinvar. HEX triplet: 51, 93 and 85. RGB value is (81,147,133). Sum of RGB (Red+Green+Blue) = 81+147+133=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #519385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519385 is #AE6C7A. Grayscale: #7D7D7D. Windows color (decimal): -11431035 or 8754001. OLE color: 8754001.

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

Color convert

RGB 81 147 133 -
CMYK 0.45 0 0.10 0.42
HSL 167.27º 0.29% 0.45% -
HSV(B) 167.27º 0.45% 0.58% -
XYZ 18.06 24.31 25.93 -
YUV 125.67 132.13 96.14 -
System Red Green Blue C M Y K H S L
Decimal 81 147 133 0.45 0 0.10 0.42 167.27 0.29 0.45
Hex 51 93 85 2D 0 A 2A A7 1D 2D
Octal 121 223 205 55 0 12 52 247 35 55
Binary 1010001 10010011 10000101 101101 0 1010 101010 10100111 11101 101101

Color Harmonies of #519385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519385

Black with #519385

Text Example


Text Example

White with #519385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519385; }

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

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

background-color css

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

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

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

border-color css

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

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

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