Html Css Color HEX #515757 Mako

📋 copy color: '#515757'

red 81 ◦ green 87 ◦ blue 87

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

Shades of Mako #515757

Tints of Mako #515757

RGB

 RED value IS 81 (32.03% from 255) = 31.76%

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

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

R = 31.76%
G = 34.12%
B = 34.12%

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

#515757 (or 0x515757) is known color: Mako. HEX triplet: 51, 57 and 57. RGB value is (81,87,87). Sum of RGB (Red+Green+Blue) = 81+87+87=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 87 - color contains mainly: green, blue. Hex color #515757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515757 is #AEA8A8. Grayscale: #555555. Windows color (decimal): -11446441 or 5723985. OLE color: 5723985.

HSL color Cylindrical-coordinate representation of color #515757: 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 #515757 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 87 87 -
CMYK 0.07 0 0 0.66
HSL 180º 0.04% 0.33% -
HSV(B) 180º 0.07% 0.34% -
XYZ 8.52 9.25 10.35 -
YUV 85.21 129.01 125 -
System Red Green Blue C M Y K H S L
Decimal 81 87 87 0.07 0 0 0.66 180 0.04 0.33
Hex 51 57 57 7 0 0 42 B4 4 21
Octal 121 127 127 7 0 0 102 264 4 41
Binary 1010001 1010111 1010111 111 0 0 1000010 10110100 100 100001

Color Harmonies of #515757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515757

Black with #515757

Text Example


Text Example

White with #515757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515757; }

 p { color: rgb(81,87,87); }

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

background-color css

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

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

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

border-color css

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

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

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