Html Css Color HEX #50605D Mako

📋 copy color: '#50605D'

red 80 ◦ green 96 ◦ blue 93

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

Shades of Mako #50605D

Tints of Mako #50605D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.69%

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

R = 29.74%
G = 35.69%
B = 34.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#50605D (or 0x50605D) is known color: Mako. HEX triplet: 50, 60 and 5D. RGB value is (80,96,93). Sum of RGB (Red+Green+Blue) = 80+96+93=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 96 - color contains mainly: green. Hex color #50605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50605D is #AF9FA2. Grayscale: #5A5A5A. Windows color (decimal): -11509667 or 6119504. OLE color: 6119504.

HSL color Cylindrical-coordinate representation of color #50605D: hue angle of 168.75º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #50605D is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 93 -
CMYK 0.17 0 0.03 0.62
HSL 168.75º 0.09% 0.35% -
HSV(B) 168.75º 0.17% 0.38% -
XYZ 9.47 10.86 11.95 -
YUV 90.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 80 96 93 0.17 0 0.03 0.62 168.75 0.09 0.35
Hex 50 60 5D 11 0 3 3E A9 9 23
Octal 120 140 135 21 0 3 76 251 11 43
Binary 1010000 1100000 1011101 10001 0 11 111110 10101001 1001 100011

Color Harmonies of #50605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50605D

Black with #50605D

Text Example


Text Example

White with #50605D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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