Html Css Color HEX #519485 Lochinvar

📋 copy color: '#519485'

red 81 ◦ green 148 ◦ blue 133

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

Shades of Lochinvar #519485

Tints of Lochinvar #519485

RGB

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

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

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

R = 22.38%
G = 40.88%
B = 36.74%

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

#519485 (or 0x519485) is known color: Lochinvar. HEX triplet: 51, 94 and 85. RGB value is (81,148,133). Sum of RGB (Red+Green+Blue) = 81+148+133=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 148 - color contains mainly: green. Hex color #519485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519485 is #AE6B7A. Grayscale: #7E7E7E. Windows color (decimal): -11430779 or 8754257. OLE color: 8754257.

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

Color convert

RGB 81 148 133 -
CMYK 0.45 0 0.10 0.42
HSL 166.57º 0.29% 0.45% -
HSV(B) 166.57º 0.45% 0.58% -
XYZ 18.22 24.62 25.98 -
YUV 126.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 81 148 133 0.45 0 0.10 0.42 166.57 0.29 0.45
Hex 51 94 85 2D 0 A 2A A7 1D 2D
Octal 121 224 205 55 0 12 52 247 35 55
Binary 1010001 10010100 10000101 101101 0 1010 101010 10100111 11101 101101

Color Harmonies of #519485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519485

Black with #519485

Text Example


Text Example

White with #519485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519485; }

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

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

background-color css

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

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

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

border-color css

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

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

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