Html Css Color HEX #50855A Como

📋 copy color: '#50855A'

red 80 ◦ green 133 ◦ blue 90

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

Shades of Como #50855A

Tints of Como #50855A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 26.4%
G = 43.89%
B = 29.7%

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

#50855A (or 0x50855A) is known color: Como. HEX triplet: 50, 85 and 5A. RGB value is (80,133,90). Sum of RGB (Red+Green+Blue) = 80+133+90=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #50855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50855A is #AF7AA5. Grayscale: #707070. Windows color (decimal): -11500198 or 5932368. OLE color: 5932368.

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

Color convert

RGB 80 133 90 -
CMYK 0.40 0 0.32 0.48
HSL 131.32º 0.25% 0.42% -
HSV(B) 131.32º 0.4% 0.52% -
XYZ 13.54 19.22 12.67 -
YUV 112.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 80 133 90 0.40 0 0.32 0.48 131.32 0.25 0.42
Hex 50 85 5A 28 0 20 30 83 19 2A
Octal 120 205 132 50 0 40 60 203 31 52
Binary 1010000 10000101 1011010 101000 0 100000 110000 10000011 11001 101010

Color Harmonies of #50855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50855A

Black with #50855A

Text Example


Text Example

White with #50855A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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