Html Css Color HEX #515857 Mako

📋 copy color: '#515857'

red 81 ◦ green 88 ◦ blue 87

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

Shades of Mako #515857

Tints of Mako #515857

RGB

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

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

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

R = 31.64%
G = 34.38%
B = 33.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#515857 (or 0x515857) is known color: Mako. HEX triplet: 51, 58 and 57. RGB value is (81,88,87). Sum of RGB (Red+Green+Blue) = 81+88+87=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 88 - color contains mainly: green. Hex color #515857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515857 is #AEA7A8. Grayscale: #555555. Windows color (decimal): -11446185 or 5724241. OLE color: 5724241.

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

Color convert

RGB 81 88 87 -
CMYK 0.08 0 0.01 0.65
HSL 171.43º 0.04% 0.33% -
HSV(B) 171.43º 0.08% 0.35% -
XYZ 8.6 9.42 10.38 -
YUV 85.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 81 88 87 0.08 0 0.01 0.65 171.43 0.04 0.33
Hex 51 58 57 8 0 1 41 AB 4 21
Octal 121 130 127 10 0 1 101 253 4 41
Binary 1010001 1011000 1010111 1000 0 1 1000001 10101011 100 100001

Color Harmonies of #515857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515857

Black with #515857

Text Example


Text Example

White with #515857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515857; }

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

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

background-color css

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

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

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

border-color css

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

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

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