Html Css Color HEX #50917B Lochinvar

📋 copy color: '#50917B'

red 80 ◦ green 145 ◦ blue 123

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

Shades of Lochinvar #50917B

Tints of Lochinvar #50917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.67%

 BLUE value IS 123 (48.44% from 255) = 35.34%

R = 22.99%
G = 41.67%
B = 35.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#50917B (or 0x50917B) is known color: Lochinvar. HEX triplet: 50, 91 and 7B. RGB value is (80,145,123). Sum of RGB (Red+Green+Blue) = 80+145+123=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #50917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50917B is #AF6E84. Grayscale: #7B7B7B. Windows color (decimal): -11497093 or 8098128. OLE color: 8098128.

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

Color convert

RGB 80 145 123 -
CMYK 0.45 0 0.15 0.43
HSL 159.69º 0.29% 0.44% -
HSV(B) 159.69º 0.45% 0.57% -
XYZ 17.01 23.39 22.36 -
YUV 123.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 80 145 123 0.45 0 0.15 0.43 159.69 0.29 0.44
Hex 50 91 7B 2D 0 F 2B A0 1D 2C
Octal 120 221 173 55 0 17 53 240 35 54
Binary 1010000 10010001 1111011 101101 0 1111 101011 10100000 11101 101100

Color Harmonies of #50917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50917B

Black with #50917B

Text Example


Text Example

White with #50917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50917B; }

 p { color: rgb(80,145,123); }

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

background-color css

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

 a { background-color: rgb(80,145,123); }

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

border-color css

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

 span { border-color: rgb(80,145,123); }

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