Html Css Color HEX #50855D Como

📋 copy color: '#50855D'

red 80 ◦ green 133 ◦ blue 93

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

Shades of Como #50855D

Tints of Como #50855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.46%

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

R = 26.14%
G = 43.46%
B = 30.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#50855D (or 0x50855D) is known color: Como. HEX triplet: 50, 85 and 5D. RGB value is (80,133,93). Sum of RGB (Red+Green+Blue) = 80+133+93=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #50855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50855D is #AF7AA2. Grayscale: #707070. Windows color (decimal): -11500195 or 6128976. OLE color: 6128976.

HSL color Cylindrical-coordinate representation of color #50855D: hue angle of 134.72º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50855D is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 93 -
CMYK 0.40 0 0.30 0.48
HSL 134.72º 0.25% 0.42% -
HSV(B) 134.72º 0.4% 0.52% -
XYZ 13.67 19.27 13.36 -
YUV 112.59 116.94 104.75 -
System Red Green Blue C M Y K H S L
Decimal 80 133 93 0.40 0 0.30 0.48 134.72 0.25 0.42
Hex 50 85 5D 28 0 1E 30 87 19 2A
Octal 120 205 135 50 0 36 60 207 31 52
Binary 1010000 10000101 1011101 101000 0 11110 110000 10000111 11001 101010

Color Harmonies of #50855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50855D

Black with #50855D

Text Example


Text Example

White with #50855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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