#515D5C

Color #515D5C Mako (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mako #515D5C

Tints of Mako #515D5C

Color information

#515D5C (or 0x515D5C) is unknown color: approx Mako. HEX triplet: 51, 5D and 5C. RGB value is (81,93,92). Sum of RGB (Red+Green+Blue) = 81+93+92=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 93 - color contains mainly: green. Hex color #515D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D5C is #AEA2A3. Grayscale: #595959. Windows color (decimal): -11444900 or 6053201. OLE color: 6053201.

HSL color Cylindrical-coordinate representation of color #515D5C: hue angle of 175º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #515D5C is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB819392-
CMYK0.1300.010.64
HSL175º6.9%34.12%-
HSV(B)175º12.9%36.47%-
XYZ9.2410.3511.64-
YUV89.3129.52122.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.45%
GREEN value IS 93 (36.72% from 255) = 34.96%
BLUE value IS 92 (36.33% from 255) = 34.59%
R=30.45%
G=34.96%
B=34.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8193920.1300.010.641756.934.12
Hex515D5CD0140af722
Octal1211351341501100257742
Binary101000110111011011100110101100000010101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515D5C; }

 p { color: rgb(81,93,92); }

 H1.HeaderClassName
 {
   color: #515D5C;
 }
 .AnyTagClassName
 {
   color: #515D5C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #515D5C;
 }
 .BgClassName
 {
   background-color: #515D5C;
 }
</style>
border-color css

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

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

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