Html Css Color HEX #519589 Lochinvar

📋 copy color: '#519589'

red 81 ◦ green 149 ◦ blue 137

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

Shades of Lochinvar #519589

Tints of Lochinvar #519589

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.6%

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

R = 22.07%
G = 40.6%
B = 37.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#519589 (or 0x519589) is known color: Lochinvar. HEX triplet: 51, 95 and 89. RGB value is (81,149,137). Sum of RGB (Red+Green+Blue) = 81+149+137=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #519589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519589 is #AE6A76. Grayscale: #7F7F7F. Windows color (decimal): -11430519 or 9016657. OLE color: 9016657.

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

Color convert

RGB 81 149 137 -
CMYK 0.46 0 0.08 0.42
HSL 169.41º 0.3% 0.45% -
HSV(B) 169.41º 0.46% 0.58% -
XYZ 18.66 25.05 27.52 -
YUV 127.3 133.47 94.98 -
System Red Green Blue C M Y K H S L
Decimal 81 149 137 0.46 0 0.08 0.42 169.41 0.3 0.45
Hex 51 95 89 2E 0 8 2A A9 1E 2D
Octal 121 225 211 56 0 10 52 251 36 55
Binary 1010001 10010101 10001001 101110 0 1000 101010 10101001 11110 101101

Color Harmonies of #519589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519589

Black with #519589

Text Example


Text Example

White with #519589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519589; }

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

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

background-color css

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

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

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

border-color css

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

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

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