Html Css Color HEX #519483 Lochinvar

📋 copy color: '#519483'

red 81 ◦ green 148 ◦ blue 131

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

Shades of Lochinvar #519483

Tints of Lochinvar #519483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.39%

R = 22.5%
G = 41.11%
B = 36.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#519483 (or 0x519483) is known color: Lochinvar. HEX triplet: 51, 94 and 83. RGB value is (81,148,131). Sum of RGB (Red+Green+Blue) = 81+148+131=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #519483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519483 is #AE6B7C. Grayscale: #7E7E7E. Windows color (decimal): -11430781 or 8623185. OLE color: 8623185.

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

Color convert

RGB 81 148 131 -
CMYK 0.45 0 0.11 0.42
HSL 164.78º 0.29% 0.45% -
HSV(B) 164.78º 0.45% 0.58% -
XYZ 18.08 24.57 25.26 -
YUV 126.03 130.8 95.88 -
System Red Green Blue C M Y K H S L
Decimal 81 148 131 0.45 0 0.11 0.42 164.78 0.29 0.45
Hex 51 94 83 2D 0 B 2A A5 1D 2D
Octal 121 224 203 55 0 13 52 245 35 55
Binary 1010001 10010100 10000011 101101 0 1011 101010 10100101 11101 101101

Color Harmonies of #519483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519483

Black with #519483

Text Example


Text Example

White with #519483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519483; }

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

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

background-color css

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

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

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

border-color css

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

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

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