Html Css Color HEX #505656 Mako

📋 copy color: '#505656'

red 80 ◦ green 86 ◦ blue 86

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

Shades of Mako #505656

Tints of Mako #505656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.13%

R = 31.75%
G = 34.13%
B = 34.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#505656 (or 0x505656) is known color: Mako. HEX triplet: 50, 56 and 56. RGB value is (80,86,86). Sum of RGB (Red+Green+Blue) = 80+86+86=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 86 - color contains mainly: green, blue. Hex color #505656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505656 is #AFA9A9. Grayscale: #545454. Windows color (decimal): -11512234 or 5658192. OLE color: 5658192.

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

Color convert

RGB 80 86 86 -
CMYK 0.07 0 0 0.66
HSL 180º 0.04% 0.33% -
HSV(B) 180º 0.07% 0.34% -
XYZ 8.32 9.03 10.11 -
YUV 84.21 129.01 125 -
System Red Green Blue C M Y K H S L
Decimal 80 86 86 0.07 0 0 0.66 180 0.04 0.33
Hex 50 56 56 7 0 0 42 B4 4 21
Octal 120 126 126 7 0 0 102 264 4 41
Binary 1010000 1010110 1010110 111 0 0 1000010 10110100 100 100001

Color Harmonies of #505656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505656

Black with #505656

Text Example


Text Example

White with #505656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505656; }

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

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

background-color css

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

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

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

border-color css

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

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

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