Html Css Color HEX #50875E Como

📋 copy color: '#50875E'

red 80 ◦ green 135 ◦ blue 94

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

Shades of Como #50875E

Tints of Como #50875E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.69%

 BLUE value IS 94 (37.11% from 255) = 30.42%

R = 25.89%
G = 43.69%
B = 30.42%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#50875E (or 0x50875E) is known color: Como. HEX triplet: 50, 87 and 5E. RGB value is (80,135,94). Sum of RGB (Red+Green+Blue) = 80+135+94=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #50875E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50875E is #AF78A1. Grayscale: #717171. Windows color (decimal): -11499682 or 6195024. OLE color: 6195024.

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

Color convert

RGB 80 135 94 -
CMYK 0.41 0 0.30 0.47
HSL 135.27º 0.26% 0.42% -
HSV(B) 135.27º 0.41% 0.53% -
XYZ 13.99 19.84 13.68 -
YUV 113.88 116.78 103.83 -
System Red Green Blue C M Y K H S L
Decimal 80 135 94 0.41 0 0.30 0.47 135.27 0.26 0.42
Hex 50 87 5E 29 0 1E 2F 87 1A 2A
Octal 120 207 136 51 0 36 57 207 32 52
Binary 1010000 10000111 1011110 101001 0 11110 101111 10000111 11010 101010

Color Harmonies of #50875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50875E

Black with #50875E

Text Example


Text Example

White with #50875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50875E; }

 p { color: rgb(80,135,94); }

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

background-color css

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

 a { background-color: rgb(80,135,94); }

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

border-color css

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

 span { border-color: rgb(80,135,94); }

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