Html Css Color HEX #50825D Como

📋 copy color: '#50825D'

red 80 ◦ green 130 ◦ blue 93

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

Shades of Como #50825D

Tints of Como #50825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.9%

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

R = 26.4%
G = 42.9%
B = 30.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#50825D (or 0x50825D) is known color: Como. HEX triplet: 50, 82 and 5D. RGB value is (80,130,93). Sum of RGB (Red+Green+Blue) = 80+130+93=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #50825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50825D is #AF7DA2. Grayscale: #6E6E6E. Windows color (decimal): -11500963 or 6128208. OLE color: 6128208.

HSL color Cylindrical-coordinate representation of color #50825D: hue angle of 135.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50825D is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 130 93 -
CMYK 0.38 0 0.28 0.49
HSL 135.6º 0.24% 0.41% -
HSV(B) 135.6º 0.38% 0.51% -
XYZ 13.27 18.46 13.22 -
YUV 110.83 117.94 106.01 -
System Red Green Blue C M Y K H S L
Decimal 80 130 93 0.38 0 0.28 0.49 135.6 0.24 0.41
Hex 50 82 5D 26 0 1C 31 88 18 29
Octal 120 202 135 46 0 34 61 210 30 51
Binary 1010000 10000010 1011101 100110 0 11100 110001 10001000 11000 101001

Color Harmonies of #50825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50825D

Black with #50825D

Text Example


Text Example

White with #50825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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