#525857

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

Shades of Mako #525857

Tints of Mako #525857

Color information

#525857 (or 0x525857) is unknown color: approx Mako. HEX triplet: 52, 58 and 57. RGB value is (82,88,87). Sum of RGB (Red+Green+Blue) = 82+88+87=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 88 - color contains mainly: green. Hex color #525857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525857 is #ADA7A8. Grayscale: #565656. Windows color (decimal): -11380649 or 5724242. OLE color: 5724242.

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

Color convert

RGB828887-
CMYK0.0700.010.65
HSL170º3.53%33.33%-
HSV(B)170º6.82%34.51%-
XYZ8.699.4610.39-
YUV86.09128.51125.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 87 (34.38% from 255) = 33.85%
R=31.91%
G=34.24%
B=33.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8288870.0700.010.651703.5333.33
Hex52585770141aa421
Octal122130127701101252441
Binary10100101011000101011111101100000110101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525857; }

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

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

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

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

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

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

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

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