Html Css Color HEX #50887A Lochinvar

📋 copy color: '#50887A'

red 80 ◦ green 136 ◦ blue 122

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

Shades of Lochinvar #50887A

Tints of Lochinvar #50887A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.24%

 BLUE value IS 122 (48.05% from 255) = 36.09%

R = 23.67%
G = 40.24%
B = 36.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#50887A (or 0x50887A) is known color: Lochinvar. HEX triplet: 50, 88 and 7A. RGB value is (80,136,122). Sum of RGB (Red+Green+Blue) = 80+136+122=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #50887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50887A is #AF7785. Grayscale: #757575. Windows color (decimal): -11499398 or 8030288. OLE color: 8030288.

HSL color Cylindrical-coordinate representation of color #50887A: hue angle of 165º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50887A is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 136 122 -
CMYK 0.41 0 0.10 0.47
HSL 165º 0.26% 0.42% -
HSV(B) 165º 0.41% 0.53% -
XYZ 15.63 20.72 21.59 -
YUV 117.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 80 136 122 0.41 0 0.10 0.47 165 0.26 0.42
Hex 50 88 7A 29 0 A 2F A5 1A 2A
Octal 120 210 172 51 0 12 57 245 32 52
Binary 1010000 10001000 1111010 101001 0 1010 101111 10100101 11010 101010

Color Harmonies of #50887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50887A

Black with #50887A

Text Example


Text Example

White with #50887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50887A; }

 p { color: rgb(80,136,122); }

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

background-color css

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

 a { background-color: rgb(80,136,122); }

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

border-color css

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

 span { border-color: rgb(80,136,122); }

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