#525757

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

Shades of Mako #525757

Tints of Mako #525757

Color information

#525757 (or 0x525757) is unknown color: approx Mako. HEX triplet: 52, 57 and 57. RGB value is (82,87,87). Sum of RGB (Red+Green+Blue) = 82+87+87=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 87 - color contains mainly: green, blue. Hex color #525757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525757 is #ADA8A8. Grayscale: #555555. Windows color (decimal): -11380905 or 5723986. OLE color: 5723986.

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

Color convert

RGB828787-
CMYK0.06000.66
HSL180º2.96%33.14%-
HSV(B)180º5.75%34.12%-
XYZ8.619.310.36-
YUV85.5128.84125.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.03%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=32.03%
G=33.98%
B=33.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8287870.06000.661802.9633.14
Hex52575760042b4321
Octal122127127600102264341
Binary1010010101011110101111100010000101011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525757; }

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

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

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

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

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

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

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

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