#515859

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

Shades of Mako #515859

Tints of Mako #515859

Color information

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

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

Color convert

RGB818889-
CMYK0.090.0100.65
HSL187.5º4.71%33.33%-
HSV(B)187.5º8.99%34.9%-
XYZ8.699.4510.82-
YUV86.02129.68124.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188890.090.0100.65187.54.7133.33
Hex51585991041bb521
Octal1211301311110101273541
Binary101000110110001011001100110100000110111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515859; }

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

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

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

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

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

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

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

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