Html Css Color HEX #50875D Como

📋 copy color: '#50875D'

red 80 ◦ green 135 ◦ blue 93

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

Shades of Como #50875D

Tints of Como #50875D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.19%

R = 25.97%
G = 43.83%
B = 30.19%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#50875D (or 0x50875D) is known color: Como. HEX triplet: 50, 87 and 5D. RGB value is (80,135,93). Sum of RGB (Red+Green+Blue) = 80+135+93=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #50875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50875D is #AF78A2. Grayscale: #717171. Windows color (decimal): -11499683 or 6129488. OLE color: 6129488.

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

Color convert

RGB 80 135 93 -
CMYK 0.41 0 0.31 0.47
HSL 134.18º 0.26% 0.42% -
HSV(B) 134.18º 0.41% 0.53% -
XYZ 13.95 19.82 13.45 -
YUV 113.77 116.28 103.92 -
System Red Green Blue C M Y K H S L
Decimal 80 135 93 0.41 0 0.31 0.47 134.18 0.26 0.42
Hex 50 87 5D 29 0 1F 2F 86 1A 2A
Octal 120 207 135 51 0 37 57 206 32 52
Binary 1010000 10000111 1011101 101001 0 11111 101111 10000110 11010 101010

Color Harmonies of #50875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50875D

Black with #50875D

Text Example


Text Example

White with #50875D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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