#515958

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

Shades of Mako #515958

Tints of Mako #515958

Color information

#515958 (or 0x515958) is unknown color: approx Mako. HEX triplet: 51, 59 and 58. RGB value is (81,89,88). Sum of RGB (Red+Green+Blue) = 81+89+88=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 89 - color contains mainly: green. Hex color #515958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515958 is #AEA6A7. Grayscale: #565656. Windows color (decimal): -11445928 or 5790033. OLE color: 5790033.

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

Color convert

RGB818988-
CMYK0.0900.010.65
HSL172.5º4.71%33.33%-
HSV(B)172.5º8.99%34.9%-
XYZ8.739.610.63-
YUV86.49128.85124.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.40%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=31.40%
G=34.50%
B=34.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8189880.0900.010.65172.54.7133.33
Hex51595890141ac521
Octal1211311301101101254541
Binary101000110110011011000100101100000110101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515958; }

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

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

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

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

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

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

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

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