Html Css Color HEX #50895C Como

📋 copy color: '#50895C'

red 80 ◦ green 137 ◦ blue 92

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

Shades of Como #50895C

Tints of Como #50895C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.34%

 BLUE value IS 92 (36.33% from 255) = 29.77%

R = 25.89%
G = 44.34%
B = 29.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#50895C (or 0x50895C) is known color: Como. HEX triplet: 50, 89 and 5C. RGB value is (80,137,92). Sum of RGB (Red+Green+Blue) = 80+137+92=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #50895C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50895C is #AF76A3. Grayscale: #727272. Windows color (decimal): -11499172 or 6064464. OLE color: 6064464.

HSL color Cylindrical-coordinate representation of color #50895C: hue angle of 132.63º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50895C is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 137 92 -
CMYK 0.42 0 0.33 0.46
HSL 132.63º 0.26% 0.43% -
HSV(B) 132.63º 0.42% 0.54% -
XYZ 14.19 20.37 13.31 -
YUV 114.83 115.12 103.16 -
System Red Green Blue C M Y K H S L
Decimal 80 137 92 0.42 0 0.33 0.46 132.63 0.26 0.43
Hex 50 89 5C 2A 0 21 2E 85 1A 2B
Octal 120 211 134 52 0 41 56 205 32 53
Binary 1010000 10001001 1011100 101010 0 100001 101110 10000101 11010 101011

Color Harmonies of #50895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50895C

Black with #50895C

Text Example


Text Example

White with #50895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50895C; }

 p { color: rgb(80,137,92); }

 H1.HeaderClassName
 {
   color: #50895C;
 }
 .AnyTagClassName
 {
   color: #50895C;
 }
</style>

background-color css

<style>
 a { background-color: #50895C; }

 a { background-color: rgb(80,137,92); }

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

border-color css

<style>
 span { border-color: #50895C; }

 span { border-color: rgb(80,137,92); }

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