#535555

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

Shades of Mako #535555

Tints of Mako #535555

Color information

#535555 (or 0x535555) is unknown color: approx Mako. HEX triplet: 53, 55 and 55. RGB value is (83,85,85). Sum of RGB (Red+Green+Blue) = 83+85+85=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #535555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535555 is #ACAAAA. Grayscale: #545454. Windows color (decimal): -11315883 or 5592403. OLE color: 5592403.

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

Color convert

RGB838585-
CMYK0.02000.67
HSL180º1.19%32.94%-
HSV(B)180º2.35%33.33%-
XYZ8.468.999.88-
YUV84.4128.34127-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.81%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=32.81%
G=33.60%
B=33.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385850.02000.671801.1932.94
Hex53555520043b4121
Octal123125125200103264141
Binary10100111010101101010110001000011101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535555; }

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

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

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

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

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

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

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

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