Html Css Color HEX #505657 Mako

📋 copy color: '#505657'

red 80 ◦ green 86 ◦ blue 87

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

Shades of Mako #505657

Tints of Mako #505657

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.99%

 BLUE value IS 87 (34.38% from 255) = 34.39%

R = 31.62%
G = 33.99%
B = 34.39%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#505657 (or 0x505657) is known color: Mako. HEX triplet: 50, 56 and 57. RGB value is (80,86,87). Sum of RGB (Red+Green+Blue) = 80+86+87=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 87 - color contains mainly: blue. Hex color #505657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505657 is #AFA9A8. Grayscale: #545454. Windows color (decimal): -11512233 or 5723728. OLE color: 5723728.

HSL color Cylindrical-coordinate representation of color #505657: hue angle of 188.57º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #505657 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 86 87 -
CMYK 0.08 0.01 0 0.66
HSL 188.57º 0.04% 0.33% -
HSV(B) 188.57º 0.08% 0.34% -
XYZ 8.36 9.05 10.32 -
YUV 84.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 80 86 87 0.08 0.01 0 0.66 188.57 0.04 0.33
Hex 50 56 57 8 1 0 42 BD 4 21
Octal 120 126 127 10 1 0 102 275 4 41
Binary 1010000 1010110 1010111 1000 1 0 1000010 10111101 100 100001

Color Harmonies of #505657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505657

Black with #505657

Text Example


Text Example

White with #505657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505657; }

 p { color: rgb(80,86,87); }

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

background-color css

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

 a { background-color: rgb(80,86,87); }

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

border-color css

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

 span { border-color: rgb(80,86,87); }

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