Html Css Color HEX #50705A Como

📋 copy color: '#50705A'

red 80 ◦ green 112 ◦ blue 90

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

Shades of Como #50705A

Tints of Como #50705A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.72%

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

R = 28.37%
G = 39.72%
B = 31.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#50705A (or 0x50705A) is known color: Como. HEX triplet: 50, 70 and 5A. RGB value is (80,112,90). Sum of RGB (Red+Green+Blue) = 80+112+90=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #50705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50705A is #AF8FA5. Grayscale: #636363. Windows color (decimal): -11505574 or 5926992. OLE color: 5926992.

HSL color Cylindrical-coordinate representation of color #50705A: hue angle of 138.75º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #50705A is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 90 -
CMYK 0.29 0 0.20 0.56
HSL 138.75º 0.17% 0.38% -
HSV(B) 138.75º 0.29% 0.44% -
XYZ 10.95 14.03 11.8 -
YUV 99.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 80 112 90 0.29 0 0.20 0.56 138.75 0.17 0.38
Hex 50 70 5A 1D 0 14 38 8B 11 26
Octal 120 160 132 35 0 24 70 213 21 46
Binary 1010000 1110000 1011010 11101 0 10100 111000 10001011 10001 100110

Color Harmonies of #50705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50705A

Black with #50705A

Text Example


Text Example

White with #50705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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