#525555

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

Shades of Mako #525555

Tints of Mako #525555

Color information

#525555 (or 0x525555) is unknown color: approx Mako. HEX triplet: 52, 55 and 55. RGB value is (82,85,85). Sum of RGB (Red+Green+Blue) = 82+85+85=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #525555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525555 is #ADAAAA. Grayscale: #545454. Windows color (decimal): -11381419 or 5592402. OLE color: 5592402.

HSL color Cylindrical-coordinate representation of color #525555: 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.04%. Process color model (Four color, CMYK) of #525555 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB828585-
CMYK0.04000.67
HSL180º1.8%32.75%-
HSV(B)180º3.53%33.33%-
XYZ8.378.959.88-
YUV84.1128.51126.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=32.54%
G=33.73%
B=33.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285850.04000.671801.832.75
Hex52555540043b4221
Octal122125125400103264241
Binary1010010101010110101011000010000111011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525555; }

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

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

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

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

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

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

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

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