Html Css Color HEX #50615E Mako

📋 copy color: '#50615E'

red 80 ◦ green 97 ◦ blue 94

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

Shades of Mako #50615E

Tints of Mako #50615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.79%

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

R = 29.52%
G = 35.79%
B = 34.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#50615E (or 0x50615E) is known color: Mako. HEX triplet: 50, 61 and 5E. RGB value is (80,97,94). Sum of RGB (Red+Green+Blue) = 80+97+94=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 97 - color contains mainly: green. Hex color #50615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50615E is #AF9EA1. Grayscale: #5B5B5B. Windows color (decimal): -11509410 or 6185296. OLE color: 6185296.

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

Color convert

RGB 80 97 94 -
CMYK 0.18 0 0.03 0.62
HSL 169.41º 0.1% 0.35% -
HSV(B) 169.41º 0.18% 0.38% -
XYZ 9.6 11.06 12.22 -
YUV 91.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 80 97 94 0.18 0 0.03 0.62 169.41 0.1 0.35
Hex 50 61 5E 12 0 3 3E A9 A 23
Octal 120 141 136 22 0 3 76 251 12 43
Binary 1010000 1100001 1011110 10010 0 11 111110 10101001 1010 100011

Color Harmonies of #50615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50615E

Black with #50615E

Text Example


Text Example

White with #50615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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