Html Css Color HEX #519280 Lochinvar

📋 copy color: '#519280'

red 81 ◦ green 146 ◦ blue 128

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

Shades of Lochinvar #519280

Tints of Lochinvar #519280

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.13%

 BLUE value IS 128 (50.39% from 255) = 36.06%

R = 22.82%
G = 41.13%
B = 36.06%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#519280 (or 0x519280) is known color: Lochinvar. HEX triplet: 51, 92 and 80. RGB value is (81,146,128). Sum of RGB (Red+Green+Blue) = 81+146+128=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #519280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519280 is #AE6D7F. Grayscale: #7C7C7C. Windows color (decimal): -11431296 or 8426065. OLE color: 8426065.

HSL color Cylindrical-coordinate representation of color #519280: hue angle of 163.38º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #519280 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 146 128 -
CMYK 0.45 0 0.12 0.43
HSL 163.38º 0.29% 0.45% -
HSV(B) 163.38º 0.45% 0.57% -
XYZ 17.57 23.87 24.1 -
YUV 124.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 81 146 128 0.45 0 0.12 0.43 163.38 0.29 0.45
Hex 51 92 80 2D 0 C 2B A3 1D 2D
Octal 121 222 200 55 0 14 53 243 35 55
Binary 1010001 10010010 10000000 101101 0 1100 101011 10100011 11101 101101

Color Harmonies of #519280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519280

Black with #519280

Text Example


Text Example

White with #519280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519280; }

 p { color: rgb(81,146,128); }

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

background-color css

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

 a { background-color: rgb(81,146,128); }

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

border-color css

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

 span { border-color: rgb(81,146,128); }

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