#575857

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

Shades of Nandor #575857

Tints of Nandor #575857

Color information

#575857 (or 0x575857) is unknown color: approx Nandor. HEX triplet: 57, 58 and 57. RGB value is (87,88,87). Sum of RGB (Red+Green+Blue) = 87+88+87=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 88 - color contains mainly: green. Hex color #575857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575857 is #A8A7A8. Grayscale: #575757. Windows color (decimal): -11052969 or 5724247. OLE color: 5724247.

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

Color convert

RGB878887-
CMYK0.0100.010.65
HSL120º0.57%34.31%-
HSV(B)120º1.14%34.51%-
XYZ9.149.6910.41-
YUV87.59127.67127.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.21%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 87 (34.38% from 255) = 33.21%
R=33.21%
G=33.59%
B=33.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8788870.0100.010.651200.5734.31
Hex5758571014178122
Octal127130127101101170142
Binary101011110110001010111101100000111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575857; }

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

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

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

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

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

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

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

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