#525353

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

Shades of Mako #525353

Tints of Mako #525353

Color information

#525353 (or 0x525353) is unknown color: approx Mako. HEX triplet: 52, 53 and 53. RGB value is (82,83,83). Sum of RGB (Red+Green+Blue) = 82+83+83=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #525353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525353 is #ADACAC. Grayscale: #525252. Windows color (decimal): -11381933 or 5460818. OLE color: 5460818.

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

Color convert

RGB828383-
CMYK0.01000.67
HSL180º0.61%32.35%-
HSV(B)180º1.2%32.55%-
XYZ8.138.69.42-
YUV82.7128.17127.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 83 (32.81% from 255) = 33.47%
R=33.06%
G=33.47%
B=33.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8283830.01000.671800.6132.35
Hex52535310043b4120
Octal122123123100103264140
Binary1010010101001110100111001000011101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525353; }

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

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

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

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

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

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

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

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