#575957

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

Shades of Nandor #575957

Tints of Nandor #575957

Color information

#575957 (or 0x575957) is unknown color: approx Nandor. HEX triplet: 57, 59 and 57. RGB value is (87,89,87). Sum of RGB (Red+Green+Blue) = 87+89+87=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 89 - color contains mainly: green. Hex color #575957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575957 is #A8A6A8. Grayscale: #585858. Windows color (decimal): -11052713 or 5724503. OLE color: 5724503.

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

Color convert

RGB878987-
CMYK0.0200.020.65
HSL120º1.14%34.51%-
HSV(B)120º2.25%34.9%-
XYZ9.229.8610.43-
YUV88.17127.34127.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.08%
GREEN value IS 89 (35.16% from 255) = 33.84%
BLUE value IS 87 (34.38% from 255) = 33.08%
R=33.08%
G=33.84%
B=33.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8789870.0200.020.651201.1434.51
Hex5759572024178123
Octal127131127202101170143
Binary10101111011001101011110010100000111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575957; }

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

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

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

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

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

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

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

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