Html Css Color HEX #50855B Como

📋 copy color: '#50855B'

red 80 ◦ green 133 ◦ blue 91

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

Shades of Como #50855B

Tints of Como #50855B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.93%

R = 26.32%
G = 43.75%
B = 29.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#50855B (or 0x50855B) is known color: Como. HEX triplet: 50, 85 and 5B. RGB value is (80,133,91). Sum of RGB (Red+Green+Blue) = 80+133+91=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #50855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50855B is #AF7AA4. Grayscale: #707070. Windows color (decimal): -11500197 or 5997904. OLE color: 5997904.

HSL color Cylindrical-coordinate representation of color #50855B: hue angle of 132.45º 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 #50855B is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 91 -
CMYK 0.40 0 0.32 0.48
HSL 132.45º 0.25% 0.42% -
HSV(B) 132.45º 0.4% 0.52% -
XYZ 13.58 19.24 12.89 -
YUV 112.37 115.94 104.92 -
System Red Green Blue C M Y K H S L
Decimal 80 133 91 0.40 0 0.32 0.48 132.45 0.25 0.42
Hex 50 85 5B 28 0 20 30 84 19 2A
Octal 120 205 133 50 0 40 60 204 31 52
Binary 1010000 10000101 1011011 101000 0 100000 110000 10000100 11001 101010

Color Harmonies of #50855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50855B

Black with #50855B

Text Example


Text Example

White with #50855B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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