Html Css Color HEX #519489 Lochinvar

📋 copy color: '#519489'

red 81 ◦ green 148 ◦ blue 137

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

Shades of Lochinvar #519489

Tints of Lochinvar #519489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.44%

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

R = 22.13%
G = 40.44%
B = 37.43%

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

#519489 (or 0x519489) is known color: Lochinvar. HEX triplet: 51, 94 and 89. RGB value is (81,148,137). Sum of RGB (Red+Green+Blue) = 81+148+137=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #519489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519489 is #AE6B76. Grayscale: #7E7E7E. Windows color (decimal): -11430775 or 9016401. OLE color: 9016401.

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

Color convert

RGB 81 148 137 -
CMYK 0.45 0 0.07 0.42
HSL 170.15º 0.29% 0.45% -
HSV(B) 170.15º 0.45% 0.58% -
XYZ 18.5 24.74 27.47 -
YUV 126.71 133.8 95.39 -
System Red Green Blue C M Y K H S L
Decimal 81 148 137 0.45 0 0.07 0.42 170.15 0.29 0.45
Hex 51 94 89 2D 0 7 2A AA 1D 2D
Octal 121 224 211 55 0 7 52 252 35 55
Binary 1010001 10010100 10001001 101101 0 111 101010 10101010 11101 101101

Color Harmonies of #519489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519489

Black with #519489

Text Example


Text Example

White with #519489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519489; }

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

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

background-color css

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

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

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

border-color css

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

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

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