Html Css Color HEX #505857 Mako

📋 copy color: '#505857'

red 80 ◦ green 88 ◦ blue 87

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

Shades of Mako #505857

Tints of Mako #505857

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.51%

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

R = 31.37%
G = 34.51%
B = 34.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#505857 (or 0x505857) is known color: Mako. HEX triplet: 50, 58 and 57. RGB value is (80,88,87). Sum of RGB (Red+Green+Blue) = 80+88+87=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 88 - color contains mainly: green. Hex color #505857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505857 is #AFA7A8. Grayscale: #555555. Windows color (decimal): -11511721 or 5724240. OLE color: 5724240.

HSL color Cylindrical-coordinate representation of color #505857: hue angle of 172.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #505857 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 87 -
CMYK 0.09 0 0.01 0.65
HSL 172.5º 0.05% 0.33% -
HSV(B) 172.5º 0.09% 0.35% -
XYZ 8.52 9.37 10.38 -
YUV 85.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 80 88 87 0.09 0 0.01 0.65 172.5 0.05 0.33
Hex 50 58 57 9 0 1 41 AC 5 21
Octal 120 130 127 11 0 1 101 254 5 41
Binary 1010000 1011000 1010111 1001 0 1 1000001 10101100 101 100001

Color Harmonies of #505857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505857

Black with #505857

Text Example


Text Example

White with #505857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505857; }

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

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

background-color css

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

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

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

border-color css

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

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

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