Html Css Color HEX #519386 Lochinvar

📋 copy color: '#519386'

red 81 ◦ green 147 ◦ blue 134

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

Shades of Lochinvar #519386

Tints of Lochinvar #519386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.02%

R = 22.38%
G = 40.61%
B = 37.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#519386 (or 0x519386) is known color: Lochinvar. HEX triplet: 51, 93 and 86. RGB value is (81,147,134). Sum of RGB (Red+Green+Blue) = 81+147+134=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #519386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519386 is #AE6C79. Grayscale: #7D7D7D. Windows color (decimal): -11431034 or 8819537. OLE color: 8819537.

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

Color convert

RGB 81 147 134 -
CMYK 0.45 0 0.09 0.42
HSL 168.18º 0.29% 0.45% -
HSV(B) 168.18º 0.45% 0.58% -
XYZ 18.13 24.34 26.3 -
YUV 125.78 132.63 96.06 -
System Red Green Blue C M Y K H S L
Decimal 81 147 134 0.45 0 0.09 0.42 168.18 0.29 0.45
Hex 51 93 86 2D 0 9 2A A8 1D 2D
Octal 121 223 206 55 0 11 52 250 35 55
Binary 1010001 10010011 10000110 101101 0 1001 101010 10101000 11101 101101

Color Harmonies of #519386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519386

Black with #519386

Text Example


Text Example

White with #519386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519386; }

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

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

background-color css

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

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

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

border-color css

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

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

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