Html Css Color HEX #50887C Lochinvar

📋 copy color: '#50887C'

red 80 ◦ green 136 ◦ blue 124

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

Shades of Lochinvar #50887C

Tints of Lochinvar #50887C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.47%

R = 23.53%
G = 40%
B = 36.47%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#50887C (or 0x50887C) is known color: Lochinvar. HEX triplet: 50, 88 and 7C. RGB value is (80,136,124). Sum of RGB (Red+Green+Blue) = 80+136+124=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #50887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50887C is #AF7783. Grayscale: #757575. Windows color (decimal): -11499396 or 8161360. OLE color: 8161360.

HSL color Cylindrical-coordinate representation of color #50887C: hue angle of 167.14º 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 #50887C is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 136 124 -
CMYK 0.41 0 0.09 0.47
HSL 167.14º 0.26% 0.42% -
HSV(B) 167.14º 0.41% 0.53% -
XYZ 15.75 20.77 22.25 -
YUV 117.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 80 136 124 0.41 0 0.09 0.47 167.14 0.26 0.42
Hex 50 88 7C 29 0 9 2F A7 1A 2A
Octal 120 210 174 51 0 11 57 247 32 52
Binary 1010000 10001000 1111100 101001 0 1001 101111 10100111 11010 101010

Color Harmonies of #50887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50887C

Black with #50887C

Text Example


Text Example

White with #50887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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