#515555

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

Shades of Mako #515555

Tints of Mako #515555

Color information

#515555 (or 0x515555) is unknown color: approx Mako. HEX triplet: 51, 55 and 55. RGB value is (81,85,85). Sum of RGB (Red+Green+Blue) = 81+85+85=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #515555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515555 is #AEAAAA. Grayscale: #535353. Windows color (decimal): -11446955 or 5592401. OLE color: 5592401.

HSL color Cylindrical-coordinate representation of color #515555: hue angle of 180º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #515555 is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB818585-
CMYK0.05000.67
HSL180º2.41%32.55%-
HSV(B)180º4.71%33.33%-
XYZ8.288.99.88-
YUV83.8128.67126-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.27%
GREEN value IS 85 (33.59% from 255) = 33.86%
BLUE value IS 85 (33.59% from 255) = 33.86%
R=32.27%
G=33.86%
B=33.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185850.05000.671802.4132.55
Hex51555550043b4221
Octal121125125500103264241
Binary1010001101010110101011010010000111011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515555; }

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

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

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

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

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

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

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

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