Html Css Color HEX #50895B Como

📋 copy color: '#50895B'

red 80 ◦ green 137 ◦ blue 91

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

Shades of Como #50895B

Tints of Como #50895B

RGB

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

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

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

R = 25.97%
G = 44.48%
B = 29.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#50895B (or 0x50895B) is known color: Como. HEX triplet: 50, 89 and 5B. RGB value is (80,137,91). Sum of RGB (Red+Green+Blue) = 80+137+91=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #50895B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50895B is #AF76A4. Grayscale: #727272. Windows color (decimal): -11499173 or 5998928. OLE color: 5998928.

HSL color Cylindrical-coordinate representation of color #50895B: hue angle of 131.58º 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 #50895B is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 137 91 -
CMYK 0.42 0 0.34 0.46
HSL 131.58º 0.26% 0.43% -
HSV(B) 131.58º 0.42% 0.54% -
XYZ 14.14 20.35 13.08 -
YUV 114.71 114.62 103.24 -
System Red Green Blue C M Y K H S L
Decimal 80 137 91 0.42 0 0.34 0.46 131.58 0.26 0.43
Hex 50 89 5B 2A 0 22 2E 84 1A 2B
Octal 120 211 133 52 0 42 56 204 32 53
Binary 1010000 10001001 1011011 101010 0 100010 101110 10000100 11010 101011

Color Harmonies of #50895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50895B

Black with #50895B

Text Example


Text Example

White with #50895B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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