Html Css Color HEX #509382 Lochinvar

📋 copy color: '#509382'

red 80 ◦ green 147 ◦ blue 130

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

Shades of Lochinvar #509382

Tints of Lochinvar #509382

RGB

 RED value IS 80 (31.64% from 255) = 22.41%

 GREEN value IS 147 (57.81% from 255) = 41.18%

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 22.41%
G = 41.18%
B = 36.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#509382 (or 0x509382) is known color: Lochinvar. HEX triplet: 50, 93 and 82. RGB value is (80,147,130). Sum of RGB (Red+Green+Blue) = 80+147+130=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #509382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509382 is #AF6C7D. Grayscale: #7D7D7D. Windows color (decimal): -11496574 or 8557392. OLE color: 8557392.

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

Color convert

RGB 80 147 130 -
CMYK 0.46 0 0.12 0.42
HSL 164.78º 0.3% 0.45% -
HSV(B) 164.78º 0.46% 0.58% -
XYZ 17.77 24.18 24.85 -
YUV 125.03 130.8 95.88 -
System Red Green Blue C M Y K H S L
Decimal 80 147 130 0.46 0 0.12 0.42 164.78 0.3 0.45
Hex 50 93 82 2E 0 C 2A A5 1E 2D
Octal 120 223 202 56 0 14 52 245 36 55
Binary 1010000 10010011 10000010 101110 0 1100 101010 10100101 11110 101101

Color Harmonies of #509382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509382

Black with #509382

Text Example


Text Example

White with #509382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509382; }

 p { color: rgb(80,147,130); }

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

background-color css

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

 a { background-color: rgb(80,147,130); }

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

border-color css

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

 span { border-color: rgb(80,147,130); }

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