Html Css Color HEX #519389 Lochinvar

📋 copy color: '#519389'

red 81 ◦ green 147 ◦ blue 137

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

Shades of Lochinvar #519389

Tints of Lochinvar #519389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.53%

R = 22.19%
G = 40.27%
B = 37.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#519389 (or 0x519389) is known color: Lochinvar. HEX triplet: 51, 93 and 89. RGB value is (81,147,137). Sum of RGB (Red+Green+Blue) = 81+147+137=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #519389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519389 is #AE6C76. Grayscale: #7E7E7E. Windows color (decimal): -11431031 or 9016145. OLE color: 9016145.

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

Color convert

RGB 81 147 137 -
CMYK 0.45 0 0.07 0.42
HSL 170.91º 0.29% 0.45% -
HSV(B) 170.91º 0.45% 0.58% -
XYZ 18.34 24.42 27.41 -
YUV 126.13 134.13 95.81 -
System Red Green Blue C M Y K H S L
Decimal 81 147 137 0.45 0 0.07 0.42 170.91 0.29 0.45
Hex 51 93 89 2D 0 7 2A AB 1D 2D
Octal 121 223 211 55 0 7 52 253 35 55
Binary 1010001 10010011 10001001 101101 0 111 101010 10101011 11101 101101

Color Harmonies of #519389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519389

Black with #519389

Text Example


Text Example

White with #519389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519389; }

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

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

background-color css

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

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

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

border-color css

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

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

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