#575B57

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

Shades of Nandor #575B57

Tints of Nandor #575B57

Color information

#575B57 (or 0x575B57) is unknown color: approx Nandor. HEX triplet: 57, 5B and 57. RGB value is (87,91,87). Sum of RGB (Red+Green+Blue) = 87+91+87=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 91 - color contains mainly: green. Hex color #575B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B57 is #A8A4A8. Grayscale: #595959. Windows color (decimal): -11052201 or 5725015. OLE color: 5725015.

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

Color convert

RGB879187-
CMYK0.0400.040.64
HSL120º2.25%34.9%-
HSV(B)120º4.4%35.69%-
XYZ9.3910.210.49-
YUV89.35126.67126.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.83%
GREEN value IS 91 (35.94% from 255) = 34.34%
BLUE value IS 87 (34.38% from 255) = 32.83%
R=32.83%
G=34.34%
B=32.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8791870.0400.040.641202.2534.9
Hex575B574044078223
Octal127133127404100170243
Binary10101111011011101011110001001000000111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575B57; }

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

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

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

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

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

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

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

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