Html Css Color HEX #505F5D Mako

📋 copy color: '#505F5D'

red 80 ◦ green 95 ◦ blue 93

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

Shades of Mako #505F5D

Tints of Mako #505F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.45%

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

R = 29.85%
G = 35.45%
B = 34.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#505F5D (or 0x505F5D) is known color: Mako. HEX triplet: 50, 5F and 5D. RGB value is (80,95,93). Sum of RGB (Red+Green+Blue) = 80+95+93=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 95 - color contains mainly: green. Hex color #505F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F5D is #AFA0A2. Grayscale: #5A5A5A. Windows color (decimal): -11509923 or 6119248. OLE color: 6119248.

HSL color Cylindrical-coordinate representation of color #505F5D: hue angle of 172º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #505F5D is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 95 93 -
CMYK 0.16 0 0.02 0.63
HSL 172º 0.09% 0.34% -
HSV(B) 172º 0.16% 0.37% -
XYZ 9.38 10.68 11.92 -
YUV 90.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 80 95 93 0.16 0 0.02 0.63 172 0.09 0.34
Hex 50 5F 5D 10 0 2 3F AC 9 22
Octal 120 137 135 20 0 2 77 254 11 42
Binary 1010000 1011111 1011101 10000 0 10 111111 10101100 1001 100010

Color Harmonies of #505F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505F5D

Black with #505F5D

Text Example


Text Example

White with #505F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505F5D; }

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

 H1.HeaderClassName
 {
   color: #505F5D;
 }
 .AnyTagClassName
 {
   color: #505F5D;
 }
</style>

background-color css

<style>
 a { background-color: #505F5D; }

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

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

border-color css

<style>
 span { border-color: #505F5D; }

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

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