Html Css Color HEX #50978C Lochinvar

📋 copy color: '#50978C'

red 80 ◦ green 151 ◦ blue 140

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

Shades of Lochinvar #50978C

Tints of Lochinvar #50978C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.7%

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 21.56%
G = 40.7%
B = 37.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#50978C (or 0x50978C) is known color: Lochinvar. HEX triplet: 50, 97 and 8C. RGB value is (80,151,140). Sum of RGB (Red+Green+Blue) = 80+151+140=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #50978C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50978C is #AF6873. Grayscale: #808080. Windows color (decimal): -11495540 or 9213776. OLE color: 9213776.

HSL color Cylindrical-coordinate representation of color #50978C: hue angle of 170.7º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50978C is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 140 -
CMYK 0.47 0 0.07 0.41
HSL 170.7º 0.31% 0.45% -
HSV(B) 170.7º 0.47% 0.59% -
XYZ 19.11 25.73 28.77 -
YUV 128.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 80 151 140 0.47 0 0.07 0.41 170.7 0.31 0.45
Hex 50 97 8C 2F 0 7 29 AB 1F 2D
Octal 120 227 214 57 0 7 51 253 37 55
Binary 1010000 10010111 10001100 101111 0 111 101001 10101011 11111 101101

Color Harmonies of #50978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50978C

Black with #50978C

Text Example


Text Example

White with #50978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50978C; }

 p { color: rgb(80,151,140); }

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

background-color css

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

 a { background-color: rgb(80,151,140); }

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

border-color css

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

 span { border-color: rgb(80,151,140); }

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