Html Css Color HEX #50725E Como

📋 copy color: '#50725E'

red 80 ◦ green 114 ◦ blue 94

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

Shades of Como #50725E

Tints of Como #50725E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.58%

 BLUE value IS 94 (37.11% from 255) = 32.64%

R = 27.78%
G = 39.58%
B = 32.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#50725E (or 0x50725E) is known color: Como. HEX triplet: 50, 72 and 5E. RGB value is (80,114,94). Sum of RGB (Red+Green+Blue) = 80+114+94=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #50725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50725E is #AF8DA1. Grayscale: #656565. Windows color (decimal): -11505058 or 6189648. OLE color: 6189648.

HSL color Cylindrical-coordinate representation of color #50725E: hue angle of 144.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50725E is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 94 -
CMYK 0.30 0 0.18 0.55
HSL 144.71º 0.18% 0.38% -
HSV(B) 144.71º 0.3% 0.45% -
XYZ 11.35 14.55 12.8 -
YUV 101.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 80 114 94 0.30 0 0.18 0.55 144.71 0.18 0.38
Hex 50 72 5E 1E 0 12 37 91 12 26
Octal 120 162 136 36 0 22 67 221 22 46
Binary 1010000 1110010 1011110 11110 0 10010 110111 10010001 10010 100110

Color Harmonies of #50725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50725E

Black with #50725E

Text Example


Text Example

White with #50725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50725E; }

 p { color: rgb(80,114,94); }

 H1.HeaderClassName
 {
   color: #50725E;
 }
 .AnyTagClassName
 {
   color: #50725E;
 }
</style>

background-color css

<style>
 a { background-color: #50725E; }

 a { background-color: rgb(80,114,94); }

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

border-color css

<style>
 span { border-color: #50725E; }

 span { border-color: rgb(80,114,94); }

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